diff options
author | pav <pav@FreeBSD.org> | 2006-08-29 05:21:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-08-29 05:21:16 +0800 |
commit | 57d6fc83ffde936b64ca934a9a93cb57c1b3f235 (patch) | |
tree | be390ef66aae99cb02f710885f213cd75aae0a9f /science/py-scipy | |
parent | 92f258866164e7bfcc012b6945ab00f95a2b451f (diff) | |
download | freebsd-ports-gnome-57d6fc83ffde936b64ca934a9a93cb57c1b3f235.tar.gz freebsd-ports-gnome-57d6fc83ffde936b64ca934a9a93cb57c1b3f235.tar.zst freebsd-ports-gnome-57d6fc83ffde936b64ca934a9a93cb57c1b3f235.zip |
- Mark IGNORE for Atlas installation without WITH_STATICLIB option
PR: ports/100600
Submitted by: Diane Bruce <db@db.net> (maintainer)
Diffstat (limited to 'science/py-scipy')
-rw-r--r-- | science/py-scipy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 4be02f380c31..88fe0aca95df 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -34,6 +34,10 @@ post-patch: .include <bsd.port.pre.mk> +.if !exists(${LOCALBASE}/lib/libalapack.a) +IGNORE= Atlas needs to be built with WITH_STATICLIB for scipy to function properly +.endif + post-install: @${RMDIR} ${PYTHON_SITELIBDIR}/weave/swig # empty .for dir in ${PYTHON_SITELIBDIR}/gui_thread ${PYTHON_SITELIBDIR}/scipy \ |