| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/Unidata/netcdf-fortran/releases
PR: 252569
Exp-run by: antoine
Notes:
svn path=/head/; revision=562680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: https://github.com/Unidata/netcdf-fortran/releases
Notes:
svn path=/head/; revision=512917
|
|
|
|
|
|
|
|
|
| |
- Add BUILD_DEPENDS
Changes: https://github.com/Unidata/netcdf-fortran/releases
Notes:
svn path=/head/; revision=511197
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip
Changes: https://github.com/Unidata/netcdf-fortran/releases
Notes:
svn path=/head/; revision=510404
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
| |
Changes: https://github.com/Unidata/netcdf-fortran/releases
Notes:
svn path=/head/; revision=490182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
|
|
| |
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases
Notes:
svn path=/head/; revision=452602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
| |
removed over 3 years
Notes:
svn path=/head/; revision=443132
|
|
|
|
|
|
|
|
| |
PR: 217786
Reported by: Anton Shterenlikht <mexas@bris.ac.uk>
Notes:
svn path=/head/; revision=438717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
Notes:
svn path=/head/; revision=415241
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
| |
Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
Notes:
svn path=/head/; revision=407007
|
|
|
|
| |
Notes:
svn path=/head/; revision=399765
|
|
|
|
| |
Notes:
svn path=/head/; revision=398303
|
|
|
|
|
|
|
|
| |
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT
Notes:
svn path=/head/; revision=386243
|
|
|
|
| |
Notes:
svn path=/head/; revision=382151
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
Notes:
svn path=/head/; revision=368118
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=365164
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359321
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359209
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: ports/189490
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
Notes:
svn path=/head/; revision=353464
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: ports/186850
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes:
svn path=/head/; revision=352961
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Reported by: tijl
Notes:
svn path=/head/; revision=352916
|
|
|
|
|
|
|
| |
Suggested by: tijl
Notes:
svn path=/head/; revision=352912
|
|
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
|