pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel/mpi-ch PLIST fix for non-f90 builds
details: https://anonhg.NetBSD.org/pkgsrc/rev/893ec76f7c33
branches: trunk
changeset: 364049:893ec76f7c33
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 20 17:24:06 2017 +0000
description:
PLIST fix for non-f90 builds
diffstat:
parallel/mpi-ch/PLIST | 8 ++++----
parallel/mpi-ch/options.mk | 4 +---
2 files changed, 5 insertions(+), 7 deletions(-)
diffs (45 lines):
diff -r eeac0c8e4260 -r 893ec76f7c33 parallel/mpi-ch/PLIST
--- a/parallel/mpi-ch/PLIST Tue Jun 20 17:00:42 2017 +0000
+++ b/parallel/mpi-ch/PLIST Tue Jun 20 17:24:06 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2017/04/29 18:18:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2017/06/20 17:24:06 adam Exp $
bin/hydra_nameserver
bin/hydra_persist
bin/hydra_pmi_proxy
@@ -24,15 +24,15 @@
${PLIST.f90}include/mpif.h
include/mpio.h
include/mpiof.h
-lib/libfmpich.so
+${PLIST.f90}lib/libfmpich.so
lib/libmpi.la
lib/libmpich.so
lib/libmpichcxx.so
-lib/libmpichf90.so
+${PLIST.f90}lib/libmpichf90.so
lib/libmpicxx.la
${PLIST.f90}lib/libmpifort.la
lib/libmpl.so
-lib/libopa.so
+${PLIST.f90}lib/libopa.so
lib/pkgconfig/mpich.pc
man/man1/hydra_nameserver.1
man/man1/hydra_persist.1
diff -r eeac0c8e4260 -r 893ec76f7c33 parallel/mpi-ch/options.mk
--- a/parallel/mpi-ch/options.mk Tue Jun 20 17:00:42 2017 +0000
+++ b/parallel/mpi-ch/options.mk Tue Jun 20 17:24:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2017/04/29 18:18:52 adam Exp $
+# $NetBSD: options.mk,v 1.5 2017/06/20 17:24:06 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mpich
PKG_SUPPORTED_OPTIONS= debug f90
@@ -17,7 +17,5 @@
CONFIGURE_ARGS+= --enable-fortran=yes
PLIST.f90= yes
.else
-#USE_LANGUAGES+= fortran77
-#CONFIGURE_ARGS+= --enable-fortran=f77
CONFIGURE_ARGS+= --enable-fortran=no
.endif
Home |
Main Index |
Thread Index |
Old Index