mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
science/kst2:
- NetCDF 4 is not supported yet, set INGORE if NETCDF option is requested. PR: 194936 Reported by: nwhitehorn
This commit is contained in:
parent
79eccdd2fe
commit
b1f6dafbc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372521
1 changed files with 3 additions and 1 deletions
|
@ -36,7 +36,7 @@ FITS_LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio
|
|||
MATLAB_DESC= Support for data in MATLAB format
|
||||
MATLAB_LIB_DEPENDS= libmatio.so:${PORTSDIR}/math/matio
|
||||
|
||||
NETCDF_DESC= Support for data in NetCDF format
|
||||
NETCDF_DESC= Support for data in NetCDF format (broken)
|
||||
NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
|
||||
|
||||
TOOLKIT_DESC= Qt toolkit
|
||||
|
@ -62,6 +62,8 @@ pre-configure:
|
|||
.if !${PORT_OPTIONS:MNETCDF}
|
||||
${REINPLACE_CMD} -e '/find_package(Netcdf)/d' \
|
||||
${CMAKE_SOURCE_PATH}/CMakeLists.txt
|
||||
.else
|
||||
IGNORE= does not support NetCDF 4
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue