summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author R. S. Ananda Murthy <rsamurti@gmail.com>2023-04-08 19:50:25 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:20 +0700
commitc68761e3a7d79196388226f5dae8640d3fdc4261 (patch)
tree98c82ebe4ed61284fcc0da4cc1d65bd4229a9174
parent754a794ae25d7c9d63b805df1c0d1234a0f0febf (diff)
downloadslackbuilds-c68761e3a7d79196388226f5dae8640d3fdc4261.tar.gz
slackbuilds-c68761e3a7d79196388226f5dae8640d3fdc4261.tar.xz
academic/ngspice: Updated for version 40.
Signed-off-by: bedlam <dave@slackbuilds.org> 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 6922f99ed8..2553c88e7e 100644
--- a/academic/ngspice/ngspice.SlackBuild
+++ b/academic/ngspice/ngspice.SlackBuild
@@ -9,7 +9,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ngspice
-VERSION=${VERSION:-39}
+VERSION=${VERSION:-40}
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.6 \
- "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.6"
+install -Dm755 ./release/src/.libs/libngspice.so.0.0.7 \
+ "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.7"
-strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.6
+strip -s $PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0.0.7
-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"
+ln -s "libngspice.so.0.0.7" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so.0"
+ln -s "libngspice.so.0.0.7" "$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 4627755936..681647ff31 100644
--- a/academic/ngspice/ngspice.info
+++ b/academic/ngspice/ngspice.info
@@ -1,10 +1,10 @@
PRGNAM="ngspice"
-VERSION="39"
+VERSION="40"
HOMEPAGE="http://ngspice.sourceforge.net/"
-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="https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40.tar.gz \
+ https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40-manual.pdf"
+MD5SUM="d588364ec384d4d981e954276b2c7df4 \
+ 64151afb0dc7461489f261e2e5a371ff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openmpi"