mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
science/cgribex: Remove GRIB_API option after grib_api deprecation
- Bump PORTREVISION for dependency change PR: 281652
This commit is contained in:
parent
44a45ffd8d
commit
8873734cb1
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= cgribex
|
PORTNAME= cgribex
|
||||||
PORTVERSION= 2.0.0
|
PORTVERSION= 2.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/26325/ \
|
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/26325/ \
|
||||||
LOCAL/sunpoet
|
LOCAL/sunpoet
|
||||||
|
@ -13,16 +14,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= libtool
|
USES= libtool
|
||||||
|
|
||||||
|
CONFIGURE_ARGS= --without-grpb_api
|
||||||
CPPFLAGS+= -DgFortran
|
CPPFLAGS+= -DgFortran
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= GRIB_API JASPER SZIP
|
OPTIONS_DEFINE= JASPER SZIP
|
||||||
OPTIONS_DEFAULT=JASPER SZIP
|
OPTIONS_DEFAULT=JASPER SZIP
|
||||||
|
|
||||||
GRIB_API_CONFIGURE_WITH=grib_api=${LOCALBASE}
|
|
||||||
GRIB_API_LIB_DEPENDS= libgrib_api.so:science/grib_api
|
|
||||||
JASPER_CONFIGURE_WITH= jasper=${LOCALBASE}
|
JASPER_CONFIGURE_WITH= jasper=${LOCALBASE}
|
||||||
JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper
|
JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper
|
||||||
SZIP_CONFIGURE_WITH= szlib=${LOCALBASE}
|
SZIP_CONFIGURE_WITH= szlib=${LOCALBASE}
|
||||||
|
|
Loading…
Add table
Reference in a new issue