diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-02 03:04:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-02 03:04:09 +0000 |
commit | 83235e7fc90cf7c056c7731d1b1bb8ab16536a6f (patch) | |
tree | c24267fc22d3c74f12b1f8b5f53a8595b6a6b75e /biology/crux | |
parent | 8aaf6dae0e30e9b11df21b216d42286e01a59178 (diff) |
Notes
Diffstat (limited to 'biology/crux')
-rw-r--r-- | biology/crux/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 7f6a440b11e6..97a575868e9e 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -13,6 +13,8 @@ COMMENT= Software toolkit for phylogenetic inference LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi +BROKEN_powerpc= does not build on powerpc: error in pthreads + USES= fortran gmake python tar:bzip2 USE_CSTD= gnu99 GNU_CONFIGURE= yes @@ -28,12 +30,6 @@ SYS_LINALG_DESC= Enable system ATLAS/LAPACK SYS_LINALG_LIB_DEPENDS= libatlas.so:${PORTSDIR}/math/atlas SYS_LINALG_CONFIGURE_ENABLE= sys-linalg -.include <bsd.port.options.mk> - -.if ${OSVERSION} > 900000 -BROKEN_powerpc= Does not build on powerpc-9: error in pthreads -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|\([[:blank:]]\)\($$(BINDIR)\)|\1$$(DESTDIR)\2| ; \ |