mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add MANUAL_PACKAGE_BUILD.
This commit is contained in:
parent
dcd3e0ed4e
commit
2ade0c566c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205127
2 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@ COMMENT= The fastest implementation of the Basic Linear Algebra Subroutines
|
|||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
RESTRICTED= Redistribution not permitted
|
||||
MANUAL_PACKAGE_BUILD= Please obtain the source code manyally from http://www.tacc.utexas.edu/resources/software/
|
||||
WRKSRC= ${WRKDIR}/GotoBLAS
|
||||
PLIST_FILES= lib/libgoto.a \
|
||||
lib/libgoto.so \
|
||||
|
|
|
@ -28,6 +28,8 @@ NO_CDROM= ${RESTRICTED}
|
|||
IGNORE=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable.
|
||||
.endif
|
||||
|
||||
MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable.
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
|
||||
|
|
Loading…
Add table
Reference in a new issue