CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/01/28 06:50:08
Modified files:
devel/openmpi : Makefile
devel/openmpi/pkg: PLIST
Added files:
devel/openmpi/pkg: README
Log message:
- reenable fortran support
- switch COMPILER to ports-gcc only, due to limitations in the
build system, MODULES=fortran requires ports-gcc anyway. If problems
with C++ ever show up, we might make a version with fortran disabled
and base-clang only. Compiling mpi applications with base-clang is still
possible.
- adjust SHARED_LIBS accordingly, add @so lib markers while there
- add a simple README with example code
joint effort with [email protected]