* Remove CONFLICT between elmer-umfpack.
* portlint.
This commit is contained in:
parent
e626e43df6
commit
d79be7db26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182473
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ BLAS= -L${LOCALBASE}/lib -lblas
|
|||
LAPACK= -L${LOCALBASE}/lib -llapack
|
||||
.endif
|
||||
|
||||
CONFLICTS= elmer-umfpack-4* umfpack-*
|
||||
CONFLICTS= umfpack-*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -97,7 +97,7 @@ do-build:
|
|||
post-build:
|
||||
cd ${WRKDIR}/tmp_shared ; for i in `ls *.a | ${SED} 's/\.a//' `; do \
|
||||
ld -Bshareable -o $${i}.so.${SVERSION} -x -soname $${i}.so.${SVERSION} --whole-archive $${i}.a ;\
|
||||
ln -s $${i}.so.${SVERSION} $${i}.so ;\
|
||||
${LN} -s $${i}.so.${SVERSION} $${i}.so ;\
|
||||
done
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Reference in a new issue