Skip to content

Commit

Permalink
asco: update to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Mar 31, 2020
1 parent 0cbdcd2 commit abed59d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
40 changes: 24 additions & 16 deletions science/asco/Portfile
@@ -1,33 +1,41 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0

name asco
version 0.4.9
# revision 1
version 0.4.10
revision 0

categories science math
maintainers {rowue @rowue} openmaintainer
platforms darwin
distname ASCO-${version}
maintainers {rowue @rowue} openmaintainer

description A SPICE Circuit Optimizer
long_description ASCO project aims to bring circuit optimization capabilities to existing \
SPICE simulators using a high-performance parallel differential evolution (DE)\
optimization algorithm. Currently out-of-the-box support for Eldo (TM), \
HSPICE (R), LTspice (TM), Spectre (R) and Qucs exist.
depends_build port:automake port:autoconf
HSPICE (R), LTspice (TM), Spectre (R) and Qucs exist.

homepage http://asco.sourceforge.net
master_sites sourceforge
checksums md5 a279c9ba155e66ef8ccaf5f130fa236d \
sha1 1025587696f84c6959e672ad890971690c63a0a4 \
rmd160 c8e8225415bc34ac64ac833f4ff8d13a134ce3b0
distname ASCO-${version}

patchfiles nmlatest.c.patch
checksums rmd160 c0161e19e384a178d4b3f8a56b234efca698afb9 \
sha256 54f769909157c358055b21ff48abac7eff6cc10651bee977e7bf23d6045b3985 \
size 596285

configure.cppflags-append -DUNIX
depends_build port:automake \
port:autoconf

pre-configure {
system "cd ${worksrcpath}; tar xvzf ${worksrcpath}/Autotools.tar.gz"
system "touch ${worksrcpath}/NEWS"
system "cd ${worksrcpath}; aclocal"
system "cd ${worksrcpath}; automake -f -c -a"
system -W "${worksrcpath}" "tar xzf Autotools.tar.gz"
}

configure.cmd ./autogen.sh
use_autoreconf yes

post-destroot {
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README ChangeLog \
LICENSE ${destroot}${docdir}
}
10 changes: 0 additions & 10 deletions science/asco/files/nmlatest.c.patch

This file was deleted.

0 comments on commit abed59d

Please sign in to comment.