Add freemat-mpi, an environment for rapid engineering and

scientific processing, MPI version.
This commit is contained in:
Thierry Thomas 2005-04-02 21:14:49 +00:00
parent 844d82cdd8
commit 6f9976b233
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132277
2 changed files with 12 additions and 0 deletions

View file

@ -54,6 +54,7 @@
SUBDIR += freefem SUBDIR += freefem
SUBDIR += freefem++ SUBDIR += freefem++
SUBDIR += freemat SUBDIR += freemat
SUBDIR += freemat-mpi
SUBDIR += fudgit SUBDIR += fudgit
SUBDIR += fung-calc SUBDIR += fung-calc
SUBDIR += fxt SUBDIR += fxt

11
math/freemat-mpi/Makefile Normal file
View file

@ -0,0 +1,11 @@
# New ports collection makefile for: freemat-mpi
# Date created: 28 March 2005
# Whom: Thierry Thomas <thierry@FreeBSD.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../freemat
WITH_MPI= yes
.include "${MASTERDIR}/Makefile"