aboutsummaryrefslogtreecommitdiff
path: root/science/py-h5py
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.10.0Sunpoet Po-Chuan Hsieh2019-09-073-7/+7
| | | | | | | | | | - Sort PLIST Changes: https://github.com/h5py/h5py/releases https://github.com/h5py/h5py/blob/master/docs/whatsnew/2.10.rst Notes: svn path=/head/; revision=511444
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update science/hdf5 to 1.10.4Sunpoet Po-Chuan Hsieh2019-01-051-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes PR: 233070 Submitted by: wen Notes: svn path=/head/; revision=489412
* Update to 2.9.0Sunpoet Po-Chuan Hsieh2019-01-013-15/+51
| | | | | | | | | - Convert PORTDOCS and PORTEXAMPLES to PLIST entries Changes: https://github.com/h5py/h5py/releases Notes: svn path=/head/; revision=489009
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update science/hdf5 to 1.10.2Sunpoet Po-Chuan Hsieh2018-09-051-0/+1
| | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt PR: 231009 Exp-run by: antoine Notes: svn path=/head/; revision=479046
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update to 2.8.0Sunpoet Po-Chuan Hsieh2018-06-052-8/+10
| | | | | | | Changes: https://github.com/h5py/h5py/releases Notes: svn path=/head/; revision=471778
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Update to 2.7.1Sunpoet Po-Chuan Hsieh2018-02-253-27/+27
| | | | | | | | | | | - Change MASTER_SITES to CHEESESHOP - Sort BUILD_DEPENDS - Update pkg-descr - Add PyPI and GitHub repository to WWW - Take maintainership Notes: svn path=/head/; revision=462929
* science/py-h5py: Update to 2.7.1Yuri Victorovich2018-02-254-25/+11
| | | | | | | | | | | | | | | Additional port changes: * Changed to DISTVERSION * Grouped USExx * Added USE_PYTHON=concurrent (for docs, examples) * Removed patching (in post-patch and files/) * Added stripping * Updated WWW Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462889
* Give xmj@'s ports back to the poolTobias C. Berner2018-02-241-1/+1
| | | | | | | | PR: 226157 Submitted by: xmj Notes: svn path=/head/; revision=462775
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 2.7.0Tobias C. Berner2017-06-033-4/+20
| | | | | | | | PR: 219754 Submitted by: xmj (maintainer) Notes: svn path=/head/; revision=442511
* Update science/hdf5 to 1.10.1Sunpoet Po-Chuan Hsieh2017-05-301-0/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt Notes: svn path=/head/; revision=442050
* - Remove bogus NO_ARCH: this module installs .so filesDmitry Marakasov2016-11-241-3/+3
| | | | | | | | | - Cosmetic fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=427022
* Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.netTorsten Zuehlsdorff2016-06-151-1/+1
| | | | | | | | | PR: 210265 Submitted by: Johannes Jost Meixner (johannes@perceivon.net) Approved by: pi (mentor) Notes: svn path=/head/; revision=416918
* Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.orgKurt Jaeger2016-05-251-1/+1
| | | | | | | | PR: 209746 Submitted by: xmj Notes: svn path=/head/; revision=415848
* science/py-h5py: 2.5.0 -> 2.6.0Kurt Jaeger2016-05-252-8/+7
| | | | | | | | PR: 209630 Submitted by: Johannes Jost Meixner <xmj@chaot.net> (maintainer) Notes: svn path=/head/; revision=415847
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2016-04-201-0/+1
| | | | | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=413700
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 2.5.0Martin Wilke2015-12-112-12/+17
| | | | | | | | | | | | | - Switch to options helper - Switch to do-test PR: 205137 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4507 Notes: svn path=/head/; revision=403555
* - Update to 1.8.15Sunpoet Po-Chuan Hsieh2015-05-241-1/+1
| | | | | | | | | | - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=387255
* Update ports in the s* categores to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385645
* - Update to 1.8.14Sunpoet Po-Chuan Hsieh2015-01-181-0/+1
| | | | | | | | | | | | - Update MASTER_SITES - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=377318
* science/py-h5py: upgrade to 2.4.0Johannes Jost Meixner2015-01-132-9/+8
| | | | | | | | | | - upgrade to 2.4.0 Differential Revision: https://reviews.freebsd.org/D1456 Approved by: koobs (mentor) Notes: svn path=/head/; revision=376913
* Update "BSD" license in science categoryMark Felder2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374211
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* science/py-h5py: Upgrade to 2.3.0Johannes Jost Meixner2014-06-093-25/+10
| | | | | | | | | | - Update to 2.3.0 - Remove BROKEN mark Approved by: swills (mentor) Notes: svn path=/head/; revision=357104
* Mark BROKEN: Does not buildAntoine Brodin2014-06-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -DH5_USE_16_API -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/wrkdirs/usr/ports/science/py-h5py/work/h5py-2.2.1/lzf -I/usr/local/include -I/usr/local/include/python2.7 -c h5py/h5fd.c -o build/temp.freebsd-10.0-RELEASE-p3-amd64-2.7/h5py/h5fd.o In file included from h5py/h5fd.c:259: In file included from h5py/api_compat.h:21: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1761: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ h5py/h5fd.c:857:39: error: use of undeclared identifier 'H5FD_MPIPOSIX' __pyx_t_1 = __Pyx_PyInt_to_py_hid_t(H5FD_MPIPOSIX); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ 1 warning and 1 error generated. error: command 'cc' failed with exit status 1 *** Error code 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=356844
* - Update to 1.8.12 (from science/hdf5-18)Sunpoet Po-Chuan Hsieh2014-05-031-2/+2
| | | | | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=352854
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* science/py-h5py: update to 2.2.1William Grzybowski2013-12-132-4/+8
| | | | | | | | | | | - Update to 2.2.1 - Add EXAMPLES PR: ports/184746 Submitted by: maintainer Notes: svn path=/head/; revision=336372
* science/py-h5py: update to 2.2.0William Grzybowski2013-11-133-15/+27
| | | | | | | | | | | | | | - Update to 2.2.0 - Add LICENSE (BSD) - Add DOCS - Pass maintainership to submitter PR: ports/183519 Submitted by: Johannes Jost Meixner <xmj chaot.net> Approved by: maintainer (timeout, 2 weeks, 3 times) Notes: svn path=/head/; revision=333728
* - Update to 2.1.1Rusmir Dusko2013-10-305-204/+27
| | | | | | | | | | | | | - Remove leading article from COMMENT - Use default dependency for science/hdf5-18 - Add patch PR: ports/181483 Submitted by: Johannes Meixner <xmj@chaot.net> Approved by: wg (mentor) Notes: svn path=/head/; revision=332177
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* science/py-h5py: Add OPTION support for HDF5 1.8Kubilay Kocak2013-08-132-12/+17
| | | | | | | | | | | - Add OPTION to use science/hdf5-18 instead of science/hdf5 PR: ports/179572 Submitted by: Johannes Meixner <xmj@chaot.net> Approved by: maintainer timeout (8 weeks) Notes: svn path=/head/; revision=324659
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276984
* - Add py-numpy into RUN_DEPENDSLi-Wen Hsu2010-02-011-0/+2
| | | | | | | | PR: ports/143419 Submitted by: TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer) Notes: svn path=/head/; revision=249020
* - Update to 1.2.1Wen Heping2009-09-243-4/+7
| | | | | | | | | | PR: ports/138984 Submitted by: wenheping@gmail.com(myself) Approved by: maintainer, jadawin(co-mentor) Feature safe: yes Notes: svn path=/head/; revision=242011
* Add py-h5py 1.2.0, a general-purpose Python interface to the HDF5Li-Wen Hsu2009-07-134-0/+221
library. PR: ports/136096 Submitted by: TAOKA Fumiyoshi Notes: svn path=/head/; revision=237689