Added skeleton for sumo 1.3.1 sit class file
This commit is contained in:
parent
00b50d0176
commit
effde28df4
1 changed files with 24 additions and 0 deletions
24
packages/numlib/sumo/sumo-1.3.1
Executable file
24
packages/numlib/sumo/sumo-1.3.1
Executable file
|
@ -0,0 +1,24 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2019
|
||||
#
|
||||
|
||||
CATEGORY="numlib"
|
||||
PACKAGE="sumo"
|
||||
VERSION="1.3.1"
|
||||
URL="https://sumo.dlr.de"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A="$PACKAGE-src-$VERSION.tar.gz"
|
||||
P="$PACKAGE-$VERSION"
|
||||
|
||||
CONFIGURE_OPTS="
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-mpi-thread-multiple \
|
||||
"
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
Loading…
Reference in a new issue