summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author R. S. Ananda Murthy2023-02-25 02:52:03 +0100
committer Willy Sudiarto Raharjo2023-02-25 02:52:03 +0100
commit4e816bd48b0ed4c9ec73fb2b9b514f2c2a53f20e (patch)
tree29e60db540428a6abe23854ed7350d404c05b1dd
parent514da72ed0d360c6d53be814536743fc0d6beb9c (diff)
downloadslackbuilds-4e816bd48b0ed4c9ec73fb2b9b514f2c2a53f20e.tar.gz
academic/ngspice: Updated for version 39.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 655c1881f1..6922f99ed8 100644
--- a/academic/ngspice/ngspice.SlackBuild
+++ b/academic/ngspice/ngspice.SlackBuild
@@ -9,7 +9,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ngspice
-VERSION=${VERSION:-38}
+VERSION=${VERSION:-39}
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.5 \
- "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.5"
+install -Dm755 ./release/src/.libs/libngspice.so.0.0.6 \
+ "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.6"
-strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.5
+strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.6
-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"
+ln -s "libngspice.so.0.0.6" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0"
+ln -s "libngspice.so.0.0.6" "$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 a62bdfdaa0..4627755936 100644
--- a/academic/ngspice/ngspice.info
+++ b/academic/ngspice/ngspice.info
@@ -1,10 +1,10 @@
PRGNAM="ngspice"
-VERSION="38"
+VERSION="39"
HOMEPAGE="http://ngspice.sourceforge.net/"
-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="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/39/ngspice-39.tar.gz \
+ https://sourceforge.net/projects/ngspice/files/ng-spice-rework/39/ngspice-39-manual.pdf"
+MD5SUM="513c71e50ec7a6a101d342f5a9eee2ba \
+ 15254062c168e15333572e6735a1fd60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openmpi"