mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ngspice: update to 44.2.
This commit is contained in:
parent
7b39b6bc8e
commit
af6cb9b53b
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'ngspice'
|
# Template file for 'ngspice'
|
||||||
pkgname=ngspice
|
pkgname=ngspice
|
||||||
version=37
|
version=44.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-xspice --enable-cider"
|
configure_args="--enable-xspice --enable-cider"
|
||||||
hostmakedepends="bison byacc"
|
hostmakedepends="bison byacc"
|
||||||
makedepends="readline-devel libX11-devel libXaw-devel"
|
makedepends="readline-devel libX11-devel libXaw-devel libgomp-devel"
|
||||||
checkdepends="perl"
|
checkdepends="perl xvfb-run"
|
||||||
short_desc="Mixed Mode Mixed Level Circuit Simulator based on Spice3F5"
|
short_desc="Mixed Mode Mixed Level Circuit Simulator based on Spice3F5"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://ngspice.sourceforge.io"
|
homepage="https://ngspice.sourceforge.io"
|
||||||
changelog="https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/NEWS?format=raw"
|
changelog="https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/NEWS?format=raw"
|
||||||
distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9beea6741a36a36a70f3152a36c82b728ee124c59a495312796376b30c8becbe
|
checksum=e7dadfb7bd5474fd22409c1e5a67acdec19f77e597df68e17c5549bc1390d7fd
|
||||||
|
|
||||||
# ngshared binary and shared library can't be built in the same pass
|
# ngshared binary and shared library can't be built in the same pass
|
||||||
# --ngshared builds the shared library, and readline should only be enabled for the binary
|
# --ngshared builds the shared library, and readline should only be enabled for the binary
|
||||||
|
@ -39,7 +39,7 @@ do_check() {
|
||||||
export HOME="${PWD}/.home_dir"
|
export HOME="${PWD}/.home_dir"
|
||||||
install -d "$HOME"
|
install -d "$HOME"
|
||||||
printf 'set ngbehavior=mc\n' > "${HOME}/.spiceinit"
|
printf 'set ngbehavior=mc\n' > "${HOME}/.spiceinit"
|
||||||
make -C build check
|
xvfb-run make -C build check
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue