diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 14:57:29 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 14:57:29 +0800 |
commit | d633be8bfd0bc1261b68a12a7c0c5ff1b303223f (patch) | |
tree | eae953643930e0f139cc94ee90cdab505c8ff963 /math/blitz++ | |
parent | f1044b0387aaec45b80f99d098e1a9a1b5d64b1e (diff) | |
download | freebsd-ports-gnome-d633be8bfd0bc1261b68a12a7c0c5ff1b303223f.tar.gz freebsd-ports-gnome-d633be8bfd0bc1261b68a12a7c0c5ff1b303223f.tar.zst freebsd-ports-gnome-d633be8bfd0bc1261b68a12a7c0c5ff1b303223f.zip |
BROKEN: Does not compile
Diffstat (limited to 'math/blitz++')
-rw-r--r-- | math/blitz++/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 3625528d9446..f3b434b867b9 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -15,6 +15,8 @@ DISTNAME= blitz-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ class library for scientific computing +BROKEN= "Does not compile" + LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas USE_REINPLACE= yes |