FreeBSD Bugzilla – Attachment 157814 Details for
Bug 196577
cad/elmerfem: Update to 8.1-20160311
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
math/arpack-ng - use blaslapack
math-arpack-ng.diff (text/plain), 1.23 KB, created by
Pedro F. Giffuni
on 2015-06-16 21:42:03 UTC
(
hide
)
Description:
math/arpack-ng - use blaslapack
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2015-06-16 21:42:03 UTC
Size:
1.23 KB
patch
obsolete
>Index: math/arpack-ng/Makefile >=================================================================== >--- math/arpack-ng/Makefile (revision 389861) >+++ math/arpack-ng/Makefile (working copy) >@@ -14,7 +14,7 @@ > > LICENSE= BSD3CLAUSE > >-USES= fortran libtool >+USES= fortran libtool blaslapack > USE_LDCONFIG= yes > > CONFLICTS= arpack-[0-9]* >@@ -22,8 +22,8 @@ > > GNU_CONFIGURE= yes > >-CONFIGURE_ARGS= --with-blas="${BLAS}" \ >- --with-lapack="${LAPACK}" >+CONFIGURE_ARGS= --with-blas="${BLASLIB}" \ >+ --with-lapack="${LAPACKLIB}" > LDFLAGS+= -L${LOCALBASE}/lib > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >@@ -41,25 +41,6 @@ > PKGNAMESUFFIX= -mpich > .endif > >-WITH_BLAS?= blas >- >-.if ${WITH_BLAS} == "gotoblas" >-BLAS= -lgoto2p >-LAPACK= -lgoto2p >-LIB_DEPENDS+= libgoto2p.so:${PORTSDIR}/math/gotoblas >-.elif ${WITH_BLAS} == "atlas" >-BLAS= -lptf77blas >-LAPACK= -lalapack -lptcblas >-LIB_DEPENDS+= libptf77blas.so:${PORTSDIR}/math/atlas >-.elif ${WITH_BLAS} == "blas" >-BLAS= -lblas >-LAPACK= -llapack >-LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas \ >- liblapack.so:${PORTSDIR}/math/lapack >-.else >-IGNORE= unknown value of WITH_BLAS: ${WITH_BLAS} >-.endif >- > post-patch: > @${REINPLACE_CMD} -Ee 's|\(libdir\)(/pkgconfig)|(prefix)/libdata\1|' \ > ${WRKSRC}/Makefile.in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196577
:
151433
|
153869
|
156227
|
156517
|
157814
|
157815
|
158228
|
158232
|
160223
|
160880
|
165133
|
168047