Just set INSTALLATION_PREFIX and forget about PLIST substitutions.
This commit is contained in:
parent
30148d0a8d
commit
65a667fa4b
2 changed files with 597 additions and 601 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.65 2013/03/05 22:21:37 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.66 2013/03/08 18:32:52 asau Exp $
|
||||
|
||||
DISTNAME= openmpi-1.7rc7r28099
|
||||
PKGNAME= openmpi-1.6.99.28099
|
||||
|
@ -14,6 +14,7 @@ COMMENT= Open source MPI-2 implementation
|
|||
|
||||
MPI_SUBPREFIX= openmpi
|
||||
MPI_PREFIX= $(LOCALBASE)/$(MPI_SUBPREFIX)
|
||||
INSTALLATION_PREFIX= $(MPI_PREFIX)
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= c c++ fortran77
|
||||
|
@ -44,10 +45,6 @@ BUILDLINK_TRANSFORM= rm:-fopenmp
|
|||
USE_TOOLS+= perl:run
|
||||
REPLACE_PERL+= ompi/tools/wrappers/mpijavac.pl.in
|
||||
|
||||
BUILDLINK_PASSTHRU_RPATHDIRS+= $(MPI_PREFIX)/lib
|
||||
|
||||
PLIST_SUBST= MPI_SUBPREFIX=$(MPI_SUBPREFIX)/ # don't forget trailing "/"
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
TEST_TARGET= check
|
||||
|
|
1191
openmpi/PLIST
1191
openmpi/PLIST
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue