Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37746497
en ru br
ALT Linux repos
S:0.4.11-alt1
5.0: 0.4.6-alt1
4.1: 0.4.6-alt1
4.0: 0.4.5-alt0.1

Group :: Engineering
RPM: asco

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: asco
Version: 0.4.11
Release: alt1

Summary: A SPICE Circuit Optimizer

Packager: Vitaly Lipatov <lav at altlinux.ru>

Url: http://asco.sourceforge.net/
License: GPLv2
Group: Engineering

# Source-url: http://downloads.sourceforge.net/project/asco/asco/%version/ASCO-%version.tar.gz

Source: %name-%version.tar
Patch: %name-as-needed.patch

# Automatically added by buildreq on Sun Sep 03 2006

BuildRequires: linux-libc-headers

%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.

%prep
%setup
tar -zxf Autotools.tar.gz
# Remove useless C++ compiler check
sed -i '/AC_PROG_CXX/d' configure.ac
#%patch

%build
export CFLAGS="%optflags -fcommon"
%autoreconf
%configure
%make_build

%install
install -D -m755 %name %buildroot%_bindir/%name

%files
%doc AUTHORS README examples/ doc/ASCO.pdf
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin