summaryrefslogtreecommitdiff
path: root/academic
diff options
context:
space:
mode:
authorR. S. Ananda Murthy <rsamurti@gmail.com>2022-11-04 00:12:19 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:04 +0700
commite32033dd9d2e85214c8db7216aac94e49bede8c9 (patch)
tree99d9f27f8c9c63d04c50f07304a08e5e08b609e7 /academic
parentd209f99d9ff0e3de60cc20f43ff638473dd5e713 (diff)
downloadslackbuilds-e32033dd9d2e85214c8db7216aac94e49bede8c9.tar.gz
academic/ngspice: Updated for version 38.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/ngspice/ngspice.SlackBuild12
-rw-r--r--academic/ngspice/ngspice.info10
2 files changed, 11 insertions, 11 deletions
diff --git a/academic/ngspice/ngspice.SlackBuild b/academic/ngspice/ngspice.SlackBuild
index 2bfb055f4c..655c1881f1 100644
--- a/academic/ngspice/ngspice.SlackBuild
+++ b/academic/ngspice/ngspice.SlackBuild
@@ -9,7 +9,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ngspice
-VERSION=${VERSION:-37}
+VERSION=${VERSION:-38}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -125,13 +125,13 @@ cat $CWD/$PRGNAM-$VERSION-manual.pdf \
> $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-$VERSION-manual.pdf
# The shared library enabled by "--with-ngshared"
-install -Dm755 ./release/src/.libs/libngspice.so.0.0.4 \
- "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.4"
+install -Dm755 ./release/src/.libs/libngspice.so.0.0.5 \
+ "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.5"
-strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.4
+strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.5
-ln -s "libngspice.so.0.0.4" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0"
-ln -s "libngspice.so.0.0.4" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so"
+ln -s "libngspice.so.0.0.5" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0"
+ln -s "libngspice.so.0.0.5" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so"
# The include file needed to use the shared library enabled by "--with-ngshared"
install -Dm644 ./src/include/ngspice/sharedspice.h $PKG/usr/include/ngspice/sharedspice.h
diff --git a/academic/ngspice/ngspice.info b/academic/ngspice/ngspice.info
index 6a7672e6ca..a62bdfdaa0 100644
--- a/academic/ngspice/ngspice.info
+++ b/academic/ngspice/ngspice.info
@@ -1,10 +1,10 @@
PRGNAM="ngspice"
-VERSION="37"
+VERSION="38"
HOMEPAGE="http://ngspice.sourceforge.net/"
-DOWNLOAD="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/37/ngspice-37.tar.gz \
- https://sourceforge.net/projects/ngspice/files/ng-spice-rework/37/ngspice-37-manual.pdf"
-MD5SUM="88af0394c4695d04e982792832eff520 \
- 06a6e963436425389320391015eb60e8"
+DOWNLOAD="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/38/ngspice-38.tar.gz \
+ https://sourceforge.net/projects/ngspice/files/ng-spice-rework/38/ngspice-38-manual.pdf"
+MD5SUM="8a50ac425405dff838300746e11495ed \
+ 35ff58849a69cf524a94d3fe3cbb0e94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openmpi"