mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add freemat-mpi, an environment for rapid engineering and
scientific processing, MPI version.
This commit is contained in:
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
|
@ -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
11
math/freemat-mpi/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue