From 2ade0c566c3d96f59b0a262057eeddcadb149f26 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 7 Jan 2008 00:21:31 +0000 Subject: [PATCH] Add MANUAL_PACKAGE_BUILD. --- math/gotoblas/Makefile | 1 + science/gamess/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 0f0c77cfc1ae..5ac8f62de792 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -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 \ diff --git a/science/gamess/Makefile b/science/gamess/Makefile index e050a7a688cb..7a60c341eedb 100644 --- a/science/gamess/Makefile +++ b/science/gamess/Makefile @@ -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 .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)