pkgsrc/cad/gnucap/Makefile

35 lines
963 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.31 2020/05/30 03:10:44 markd Exp $
#
DISTNAME= gnucap-2006-07-08
PKGNAME= gnucap-20060708
PKGREVISION= 4
CATEGORIES= cad
MASTER_SITES= http://www.gnucap.org/devel/
MASTER_SITES+= http://www.geda.seul.org/dist/
2003-07-17 23:21:03 +02:00
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.gnucap.org/
COMMENT= General purpose circuit simulator
BUILD_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super
BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
BUILD_DEPENDS+= tex-hyperref>=6.81pnb2:../../print/tex-hyperref
CONFLICTS+= gnucap-2006-07-[0-9]*
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
2008-06-20 03:09:05 +02:00
INSTALLATION_DIRS= share/gnucap/manual/html
post-install:
for f in ${WRKSRC}/man/html/*.html ${WRKSRC}/man/html/*.css ; do \
2008-06-20 03:09:05 +02:00
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/gnucap/manual/html ; \
done
update to gnucap-0.34. While here bl3ify. Gnucap 0.34 release notes (02/01/2004) This is a bug fix and compatibility release. 1. Fix bug causing incorrect interpolation of backwards tables. 2. Fix tanh overflow bug. 3. Fix some parsing bugs. 4. Fix occasional "double load" bug. 5. Fix AC sweep with one point. 6. Transient start time really works. 7. Fix occasional assert fail after option short is changed. 8. Fix memory leak resulting from failure to delete unused common. 9. Fix a Z probe bug that sometimes gave wrong answers. 10. Fix a limiting bug that sometimes caused non-convergence. 11. Configure handles isnan. 12. Improvements to logic initialization. It is still not correct. Some things that are still partially implemented: 1. BSIM models, charge effects, "alpha0" parameter. (computed then ignored) 2. Configure still doesn't handle everything. 3. The model compiler still requires too much raw coding. 4. Named nodes. If you set the option "namednodes", it will support named nodes, but some things don't work, so it is off by default. 5. The preliminary IBIS code is now included. For now, it is a standalone executable, that reads an IBIS file and generates a netlist. The netlist requires some editing to use, and is not fully compatible anyway. It is included in hopes of recruiting help in finishing the project. Bugs (nothing new, but needs repeating): 1. The transmission line initial conditions are not propagated until the transient analysis runs. 2. An occasional bogus calculation in MOSFETS occurs when a device is reversed. This sometimes causes nonconvergence. 3. Initialization is strange when repeating an analysis without an intermediate edit. Hot items for a future release (no promises, but highly probable): 1. Verilog-AMS and VHDL-AMS support.
2004-02-14 18:18:36 +01:00
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"