Changeset 79608
- Timestamp:
- 06/20/11 06:03:08 (4 years ago)
- Location:
- trunk/dports/math/DSDP
- Files:
-
- 2 edited
-
Portfile (modified) (1 diff)
-
files/patch-make.include.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/DSDP/Portfile
r76577 r79608 40 40 41 41 post-patch { 42 reinplace -E "s|@@MP_CC@@|${configure.cc}|g" \ 42 reinplace "s|@@MP_CC@@|${configure.cc}|g" \ 43 ${worksrcpath}/make.include 44 reinplace "s|@@MP_ARCHFLAGS@@|${configure.cc_archflags}|g" \ 43 45 ${worksrcpath}/make.include 44 46 } -
trunk/dports/math/DSDP/files/patch-make.include.diff
r76577 r79608 1 --- make.include.orig 20 11-02-28 21:29:20.000000000 +01002 +++ make.include 2011-0 2-28 21:29:55.000000000 +01001 --- make.include.orig 2005-10-22 05:30:55.000000000 +1000 2 +++ make.include 2011-06-20 22:55:40.000000000 +1000 3 3 @@ -6,7 +6,7 @@ 4 4 # the defaults below should work, although fast BLAS and LAPACK recommended. … … 19 19 #DSDPCFLAGS = -DDSDPMATLAB 20 20 # Other flags concern BLAS and LAPACK libraries -- see next step. 21 @@ -43,8 +43,8 @@ 22 23 24 # STEP 4. Set Linker and FLAGS: Link the DSDP library to application 25 -CFLAGS = ${OPTFLAGS} -I. -I${DSDPROOT}/include ${DSDPCFLAGS} 26 -CLINKER = ${CC} ${OPTFLAGS} 27 +CFLAGS = ${OPTFLAGS} @@MP_ARCHFLAGS@@ -I. -I${DSDPROOT}/include ${DSDPCFLAGS} 28 +CLINKER = ${CC} ${OPTFLAGS} @@MP_ARCHFLAGS@@ 29 #CLINKER = ${CXX} ${OPTFLAGS} -static 30 #CLINKER = link /out:dsdp5.exe 31 21 32 @@ -55,7 +55,7 @@ 22 33 # Not needed to compile library or matlab executable
Note: See TracChangeset
for help on using the changeset viewer.

