Added skeleton for sumo 1.3.1 sit class file

This commit is contained in:
Christoph Niethammer 2019-09-25 08:49:23 +00:00
parent 00b50d0176
commit effde28df4

24
packages/numlib/sumo/sumo-1.3.1 Executable file
View 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
}