aboutsummaryrefslogtreecommitdiff
path: root/math/atlas-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 05:27:08 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 05:27:08 +0000
commit545f89285e42fd9c13791078ca8b6d5d0d7dc838 (patch)
tree44c4eb621b86b51bac899a20dfb35c677d14c8ec /math/atlas-devel
parente9809ae5485c7b098ca263a60412fc79ce9a7cc8 (diff)
downloadports-545f89285e42fd9c13791078ca8b6d5d0d7dc838.tar.gz
ports-545f89285e42fd9c13791078ca8b6d5d0d7dc838.zip
* Non threaded version installed actually threaded version.
* bump port revision.
Notes
Notes: svn path=/head/; revision=182134
Diffstat (limited to 'math/atlas-devel')
-rw-r--r--math/atlas-devel/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile
index 0fcc953d70bb..1f68f171ba4d 100644
--- a/math/atlas-devel/Makefile
+++ b/math/atlas-devel/Makefile
@@ -10,7 +10,7 @@
PORTNAME= atlas
PORTVERSION= 3.7.24
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= math-atlas
@@ -82,13 +82,15 @@ pre-configure:
${WRKSRC}/CONFIG/src/SpewMakeInc.c
do-configure:
+#non threaded
${MKDIR} ${WRKSRC}/NON_THREADED ; cd ${WRKSRC}/NON_THREADED ; \
../configure -t 0
- ${MKDIR} ${WRKSRC}/THREADED ; cd ${WRKSRC}/THREADED ; \
- ../configure -t 0 -Fa al '${PTHREAD_CFLAGS} '
- cd ${WRKSRC}; ${PATCH} < ${FILESDIR}/thread-patch
${MKDIR} ${WRKSRC}/NON_THREADED_PIC ; cd ${WRKSRC}/NON_THREADED_PIC ; \
- ../configure -Fa al '${PICFLAG} -DPIC'
+ ../configure -t 0 -Fa al '${PICFLAG} -DPIC'
+#threaded
+ cd ${WRKSRC}; ${PATCH} < ${FILESDIR}/thread-patch
+ ${MKDIR} ${WRKSRC}/THREADED ; cd ${WRKSRC}/THREADED ; \
+ ../configure -Fa al '${PTHREAD_CFLAGS} '
${MKDIR} ${WRKSRC}/THREADED_PIC ; cd ${WRKSRC}/THREADED_PIC ; \
../configure -Fa al '${PTHREAD_CFLAGS} ${PICFLAG} -DPIC'