Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165156767
D10865.id28696.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D10865.id28696.diff
View Options
Index: math/blis/Makefile
===================================================================
--- math/blis/Makefile
+++ math/blis/Makefile
@@ -3,6 +3,7 @@
PORTNAME= blis
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
@@ -39,9 +40,11 @@
.include <bsd.port.options.mk>
-# enable BLAS by default
+# enable BLAS and static/shared libs by default
CONFIGURE_ARGS+= --enable-blas \
- --prefix=${LOCALBASE}
+ --prefix=${LOCALBASE} \
+ --enable-shared \
+ --enable-static
#--prefix=PREFIX
.if ${PORT_OPTIONS:MPARA}
@@ -71,6 +74,8 @@
CONFIGURE_ARGS+= ${ARCH}
post-install:
- ${MV} ${STAGEDIR}/${LOCALBASE}/lib/libblis-${PORTVERSION}-${ARCH}.a ${STAGEDIR}/${LOCALBASE}/lib/libblis.a
+ ${MV} ${STAGEDIR}/${PREFIX}/lib/libblis-${PORTVERSION}-${ARCH}.a ${STAGEDIR}/${PREFIX}/lib/libblis.a
+ ${MV} ${STAGEDIR}/${PREFIX}/lib/libblis-${PORTVERSION}-${ARCH}.so ${STAGEDIR}/${PREFIX}/lib/libblis.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libblis.so
.include <bsd.port.mk>
Index: math/blis/pkg-plist
===================================================================
--- math/blis/pkg-plist
+++ math/blis/pkg-plist
@@ -438,3 +438,4 @@
include/blis/f77_dot_sub.h
include/blis/f77_nrm2_sub.h
lib/libblis.a
+lib/libblis.so
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 7, 11:16 AM (6 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36167895
Default Alt Text
D10865.id28696.diff (1 KB)
Attached To
Mode
D10865: math/blis: enable shared library
Attached
Detach File
Event Timeline
Log In to Comment