aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf-fortran/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 4.5.3Sunpoet Po-Chuan Hsieh2021-01-261-2/+2
| | | | | | | | | Changes: https://github.com/Unidata/netcdf-fortran/releases PR: 252569 Exp-run by: antoine Notes: svn path=/head/; revision=562680
* science/netcdf-fortran: Unbreak build with GCC 10Tobias Kortkamp2020-07-261-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netcdf4_func.f90:730:75: 730 | nf90_inq_var_fill_FourByteReal = nf_inq_var_fill(ncid, varid, no_fill, fill) | 1 ...... 740 | nf90_inq_var_fill_EightByteReal = nf_inq_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/REAL(8)). netcdf4_func.f90:720:75: 720 | nf90_inq_var_fill_EightByteInt = nf_inq_var_fill(ncid, varid, no_fill, fill) | 1 ...... 740 | nf90_inq_var_fill_EightByteReal = nf_inq_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/REAL(8)). netcdf4_func.f90:710:74: 710 | nf90_inq_var_fill_FourByteInt = nf_inq_var_fill(ncid, varid, no_fill, fill) | 1 ...... 740 | nf90_inq_var_fill_EightByteReal = nf_inq_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)). netcdf4_func.f90:700:73: 700 | nf90_inq_var_fill_TwoByteInt = nf_inq_var_fill(ncid, varid, no_fill, fill) | 1 ...... 740 | nf90_inq_var_fill_EightByteReal = nf_inq_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(2)/REAL(8)). netcdf4_func.f90:690:73: 690 | nf90_inq_var_fill_OneByteInt = nf_inq_var_fill(ncid, varid, no_fill, fill) | 1 ...... 740 | nf90_inq_var_fill_EightByteReal = nf_inq_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(1)/REAL(8)). netcdf4_func.f90:670:75: 670 | nf90_def_var_fill_FourByteReal = nf_def_var_fill(ncid, varid, no_fill, fill) | 1 ...... 680 | nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/REAL(8)). netcdf4_func.f90:660:75: 660 | nf90_def_var_fill_EightByteInt = nf_def_var_fill(ncid, varid, no_fill, fill) | 1 ...... 680 | nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/REAL(8)). netcdf4_func.f90:650:74: 650 | nf90_def_var_fill_FourByteInt = nf_def_var_fill(ncid, varid, no_fill, fill) | 1 ...... 680 | nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)). netcdf4_func.f90:640:73: 640 | nf90_def_var_fill_TwoByteInt = nf_def_var_fill(ncid, varid, no_fill, fill) | 1 ...... 680 | nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(2)/REAL(8)). netcdf4_func.f90:630:73: 630 | nf90_def_var_fill_OneByteInt = nf_def_var_fill(ncid, varid, no_fill, fill) | 1 ...... 680 | nf90_def_var_fill_EightByteReal = nf_def_var_fill(ncid, varid, no_fill, fill) | 2 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(1)/REAL(8)). PR: 246700 Notes: svn path=/head/; revision=543488
* Update to 4.5.2Sunpoet Po-Chuan Hsieh2019-09-261-1/+1
| | | | | | | Changes: https://github.com/Unidata/netcdf-fortran/releases Notes: svn path=/head/; revision=512917
* Update to 4.5.1Sunpoet Po-Chuan Hsieh2019-09-051-1/+2
| | | | | | | | | - Add BUILD_DEPENDS Changes: https://github.com/Unidata/netcdf-fortran/releases Notes: svn path=/head/; revision=511197
* Update to 4.5.0Sunpoet Po-Chuan Hsieh2019-08-311-10/+6
| | | | | | | | | | - Update MASTER_SITES - Use INSTALL_TARGET=install-strip Changes: https://github.com/Unidata/netcdf-fortran/releases Notes: svn path=/head/; revision=510404
* 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
* Update science/netcdf to 4.6.3Sunpoet Po-Chuan Hsieh2019-03-021-0/+1
| | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/Unidata/netcdf-c/releases https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=494422
* Update to 4.4.5Sunpoet Po-Chuan Hsieh2019-01-131-3/+3
| | | | | | | Changes: https://github.com/Unidata/netcdf-fortran/releases Notes: svn path=/head/; revision=490182
* 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
* 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
* 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
* Update to 4.5.0Sunpoet Po-Chuan Hsieh2017-10-211-1/+1
| | | | | | | | | - Pet portlint: reorder LICENSE knobs Changes: https://github.com/Unidata/netcdf-c/releases Notes: svn path=/head/; revision=452602
* 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
* Remove CONFLICTS: science/netcdf-ftn and science/netcdf3-ftn have been ↵Sunpoet Po-Chuan Hsieh2017-06-111-2/+0
| | | | | | | removed over 3 years Notes: svn path=/head/; revision=443132
* Add LICENSESunpoet Po-Chuan Hsieh2017-04-171-0/+5
| | | | | | | | PR: 217786 Reported by: Anton Shterenlikht <mexas@bris.ac.uk> Notes: svn path=/head/; revision=438717
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+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
* 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 4.4.4Sunpoet Po-Chuan Hsieh2016-05-151-1/+1
| | | | | | | Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=415241
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 4.4.3Sunpoet Po-Chuan Hsieh2016-01-231-2/+2
| | | | | | | Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=407007
* - Use USES=localbaseSunpoet Po-Chuan Hsieh2015-10-191-3/+2
| | | | Notes: svn path=/head/; revision=399765
* - Convert to new test frameworkSunpoet Po-Chuan Hsieh2015-10-011-3/+1
| | | | Notes: svn path=/head/; revision=398303
* - Cleanup GH_* knobs:Sunpoet Po-Chuan Hsieh2015-05-131-2/+1
| | | | | | | | - Use DISTVERSIONPREFIX - Remove GH_PROJECT Notes: svn path=/head/; revision=386243
* - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120Sunpoet Po-Chuan Hsieh2015-03-241-1/+0
| | | | Notes: svn path=/head/; revision=382151
* - Update to 4.4.2Sunpoet Po-Chuan Hsieh2015-03-211-3/+3
| | | | | | | | | | - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT - Add GitHub repository to WWW Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=381860
* - Update to 4.4.1Sunpoet Po-Chuan Hsieh2014-09-131-3/+2
| | | | | | | Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=368118
* 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
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2014-08-171-8/+1
| | | | Notes: svn path=/head/; revision=365164
* - Update to 4.4.0Sunpoet Po-Chuan Hsieh2014-08-151-11/+13
| | | | | | | | | | - Bump PORTREVISION for science/netcdf-fortran shlib change [1] Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md Approved by: portmgr (implicit, unstaged port) [1] Notes: svn path=/head/; revision=365049
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-2/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359321
* Fix build on system built WITHOUT_INFOBaptiste Daroussin2014-06-251-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359209
* - Fix "make test"Sunpoet Po-Chuan Hsieh2014-05-091-2/+2
| | | | | | | | | | - Bump PORTREVISION for package change PR: ports/189490 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> Notes: svn path=/head/; revision=353464
* - Fix build when print/texinfo installedSunpoet Po-Chuan Hsieh2014-05-041-1/+1
| | | | | | | | | | - Bump PORTREVISION for package change PR: ports/186850 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=352961
* - Fix PLISTSunpoet Po-Chuan Hsieh2014-05-031-0/+1
| | | | | | | | | - Bump PORTREVISION for package change Reported by: tijl Notes: svn path=/head/; revision=352916
* - Add LIBTOOLIZE_ARGSSunpoet Po-Chuan Hsieh2014-05-031-0/+1
| | | | | | | Suggested by: tijl Notes: svn path=/head/; revision=352912
* - Add netcdf-fortran 4.2Sunpoet Po-Chuan Hsieh2014-05-031-0/+38
NetCDF (network Common Data Form) is an interface for array-oriented data access and a library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The netCDF software was developed at the Unidata Program Center in Boulder, Colorado. Git repository: https://github.com/Unidata/netcdf-fortran WWW: http://www.unidata.ucar.edu/software/netcdf/ Notes: svn path=/head/; revision=352857