aboutsummaryrefslogtreecommitdiff
path: root/science/pnetcdf
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Simplify MakefileSunpoet Po-Chuan Hsieh2021-03-071-11/+5
| | | | | | | | - Use shared OPENMPI_DESC - Remove OPENMPI3 option Notes: svn path=/head/; revision=567626
* Cosmetic changeSunpoet Po-Chuan Hsieh2021-01-261-10/+11
| | | | Notes: svn path=/head/; revision=562743
* Fix Makefile.Thierry Thomas2021-01-171-1/+1
| | | | Notes: svn path=/head/; revision=561827
* Update GCC_DEFAULT from 9 to 10.Mark Linimon2021-01-131-1/+8
| | | | | | | | | | | | | | | | | | | A few (mostly Fortran-based) ports need to be patched because GCC 10 is stricter. A handful of ports need to be restricted to GCC 9 because they fail with 10. 5 ports still fail with GCC 10. However, seeing as this work has been ongoing since 2020-05-24, it is simply time to make the commit and notify the affected maintainers. While here, pet portlint (Makevar order). PR: 246700 Submitted by: gerald Approved by: antoine (after many, many, -exp runs) Notes: svn path=/head/; revision=561520
* - Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)Danilo Egea Gondolfo2020-04-191-7/+4
| | | | | | | | | - Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is deprecated and will be removed) - Fix science/gromacs plist when MPI option is enabled - Bump PORTREVISION for all the consumers of net/openmpi Notes: svn path=/head/; revision=532095
* 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
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* 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
* Change from MPICH2 to MPICH optionSunpoet Po-Chuan Hsieh2018-09-241-4/+4
| | | | | | | | | | - Bump PORTREVISION for dependency and package change PR: 231634 Submitted by: yuri Notes: svn path=/head/; revision=480595
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Add OPENMPI3 optionSunpoet Po-Chuan Hsieh2018-05-201-5/+8
| | | | | | | | - Change default from OPENMPI to OPENMPI3 - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=470472
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Add OPENMPI2 optionSunpoet Po-Chuan Hsieh2017-02-011-1/+5
| | | | Notes: svn path=/head/; revision=433069
* Update to 1.8.1Sunpoet Po-Chuan Hsieh2017-01-303-33/+13
| | | | | | | Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.8.1 Notes: svn path=/head/; revision=432877
* - Update DESTDIR support: use usptream patch with modified MANDIR ↵Sunpoet Po-Chuan Hsieh2016-12-284-34/+32
| | | | | | | | | | | (prefix/share/man -> prefix/man) - Update WWW: use https:// Obtained from: http://trac.mcs.anl.gov/projects/parallel-netcdf/changeset/2745 Notes: svn path=/head/; revision=429819
* - Update to 1.8.0Sunpoet Po-Chuan Hsieh2016-12-203-8/+8
| | | | | | | Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.8.0 Notes: svn path=/head/; revision=429011
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-0/+1
| | | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry Notes: svn path=/head/; revision=428057
* - Update to 1.7.0Sunpoet Po-Chuan Hsieh2016-12-065-10/+38
| | | | | | | | | | | | - Use CONFLICTS_INSTALL instead of CONFLICTS - Convert to options target helper - Pet portlint: fix diff header of patch files - Sort PLIST Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.7.0 Notes: svn path=/head/; revision=427958
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 1.10.2Danilo Egea Gondolfo2016-02-061-1/+1
| | | | Notes: svn path=/head/; revision=408297
* - Update to 1.10.0Danilo Egea Gondolfo2015-09-171-0/+1
| | | | | | | - Add SLURM to OPTIONS_DEFAULT (it's enabled by default in the configure script) Notes: svn path=/head/; revision=397096
* - Update to 1.6.1Sunpoet Po-Chuan Hsieh2015-06-022-3/+3
| | | | | | | Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.6.1 Notes: svn path=/head/; revision=388373
* - Update to 1.6.0Sunpoet Po-Chuan Hsieh2015-02-183-29/+3
| | | | | | | Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.6.0 Notes: svn path=/head/; revision=379240
* - Update net/openmpi to 1.8.4Danilo Egea Gondolfo2014-12-261-1/+1
| | | | Notes: svn path=/head/; revision=375624
* - Update net/openmpi from 1.8.2 to 1.8.3Danilo Egea Gondolfo2014-09-281-1/+1
| | | | Notes: svn path=/head/; revision=369434
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* - Upgrade to 1.5;Thierry Thomas2014-09-011-1/+1
| | | | | | | - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=366964
* - Update net/openmpi from 1.8.1 to 1.8.2Danilo Egea Gondolfo2014-08-261-1/+1
| | | | Notes: svn path=/head/; revision=366207
* - Convert net/openmpi to USES=libtool and bump dependent portsTijl Coosemans2014-07-141-1/+1
| | | | | | | | | | - Add INSTALL_TARGET=install-strip - Use BROKEN_sparc64 Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361800
* - Fix PLIST [1]Sunpoet Po-Chuan Hsieh2014-07-113-5/+7
| | | | | | | | | | | - Bump PORTREVISION for package change - Cleanup Makefile - Reformat pkg-descr Reported by: swills [1] Notes: svn path=/head/; revision=361500
* - Update to 1.5.0Sunpoet Po-Chuan Hsieh2014-07-1011-152/+20
| | | | | | | Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.5.0 Notes: svn path=/head/; revision=361468
* - Update openmpi from 1.6.5 to 1.8 (new stable version)Danilo Egea Gondolfo2014-04-131-1/+1
| | | | | | | - Convert USE_BZIP2 to USES Notes: svn path=/head/; revision=351165
* - Simplify MakefileSunpoet Po-Chuan Hsieh2014-04-051-3/+1
| | | | Notes: svn path=/head/; revision=350229
* - Use USES=tar:bzip2Sunpoet Po-Chuan Hsieh2014-03-291-2/+1
| | | | Notes: svn path=/head/; revision=349584
* 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
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2014-03-091-3/+0
| | | | Notes: svn path=/head/; revision=347664
* - Update to 1.4.1Sunpoet Po-Chuan Hsieh2014-03-0914-32/+230
| | | | | | | | | | | | - Add MPICH2 option - Convert to new options helper - Support STAGEDIR Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.4.1 http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.4.0 Notes: svn path=/head/; revision=347663
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-2/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+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
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325161
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325110
* - Update to 1.3.1Sunpoet Po-Chuan Hsieh2012-09-302-8/+4
| | | | | | | | | - Cleanup Makefile header Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.3.1 Notes: svn path=/head/; revision=305067
* - Update to 1.3.0Sunpoet Po-Chuan Hsieh2012-06-242-20/+18
| | | | | | | | | | | | - Convert to new options framework - Pet portlint - Cosmetic change - Take maintainership Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.3.0 Notes: svn path=/head/; revision=299886
* Chase the upgrade of MPICH2.Thierry Thomas2011-02-262-1/+1
| | | | | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715 Notes: svn path=/head/; revision=269786
* Update to 1.2.0Max Brazhnikov2010-09-182-7/+7
| | | | | | | | PR: ports/150665 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=261392
* - Update to 1.1.1Martin Wilke2010-02-022-11/+4
| | | | | | | | PR: 143442 Submitted by: Ports Fury Notes: svn path=/head/; revision=249121