diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-02-06 07:58:35 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-02-06 07:58:35 +0000 |
commit | 7fd09f86b906c93aca8d325462342d8897fa0743 (patch) | |
tree | 2215b6e55f3497a24a714f5eb86eb764f8822289 /math/form | |
parent | 7857206d0ee3a44ebed371b4b5bc7196e61a02bb (diff) | |
download | ports-7fd09f86b906c93aca8d325462342d8897fa0743.tar.gz ports-7fd09f86b906c93aca8d325462342d8897fa0743.zip |
Notes
Diffstat (limited to 'math/form')
-rw-r--r-- | math/form/Makefile | 10 | ||||
-rw-r--r-- | math/form/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/math/form/Makefile b/math/form/Makefile index 8bd3fce3595e..d760f5def157 100644 --- a/math/form/Makefile +++ b/math/form/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= form -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= math MAINTAINER= ehaupt@FreeBSD.org @@ -17,6 +16,7 @@ LIB_DEPENDS= libgmp.so:math/gmp USES= autoreconf gmake localbase USE_GITHUB= yes + GNU_CONFIGURE= yes GH_ACCOUNT= vermaseren @@ -26,7 +26,8 @@ OPTIONS_SUB= yes CONFIGURE_ARGS+= --enable-scalar \ --enable-largefile \ - --with-api=posix + --with-api=posix \ + --disable-native MPICC?= ${LOCALBASE}/mpi/openmpi/bin/mpicc MPICXX?= ${LOCALBASE}/mpi/openmpi/bin/mpic++ @@ -40,6 +41,9 @@ OPENMPI_CONFIGURE_ENV+= MPICC="${MPICC}" MPICXX="${MPICXX}" OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi \ libgcc_s.so.1:lang/gcc5 +post-patch: + @${REINPLACE_CMD} -e 's| -O3||' ${WRKSRC}/configure.ac + post-build-DOXYGEN-on: (cd ${WRKSRC}/doc/manual; ${MAKE_CMD} html pdf) diff --git a/math/form/distinfo b/math/form/distinfo index 730bb0c96d2e..4e2af1ee3b31 100644 --- a/math/form/distinfo +++ b/math/form/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501741738 -SHA256 (vermaseren-form-v4.2.0_GH0.tar.gz) = ccfc68ef1b0467695e4c67644bf740db57ae326fd00bb2e664aea6067796e192 -SIZE (vermaseren-form-v4.2.0_GH0.tar.gz) = 1234552 +TIMESTAMP = 1549437926 +SHA256 (vermaseren-form-v4.2.1_GH0.tar.gz) = 6f32c7470d00e8ab6934dc352f5a78e29290146a00e5775f8cd5fef7810bbbb8 +SIZE (vermaseren-form-v4.2.1_GH0.tar.gz) = 1275044 |