2db4d64a81
partitioning, static mapping, and sparse matrix block ordering. Its purpose of Scotch is to apply graph theory, with a divide and conquer approach, to scientific computing problems such as graph and mesh partitioning, static mapping, and sparse matrix ordering, in application domains ranging from structural mechanics to operating systems or bio-chemistry. Note: there is an older tarball included in Aster's distfile, but I prefer a separate distfile from the official site.
68 lines
1.4 KiB
Makefile
68 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = CAD tools
|
|
|
|
SUBDIR += admesh
|
|
SUBDIR += alliance
|
|
SUBDIR += astk-client
|
|
SUBDIR += astk-serveur
|
|
SUBDIR += atlc
|
|
SUBDIR += brlcad
|
|
SUBDIR += calculix
|
|
SUBDIR += cascade
|
|
SUBDIR += chipmunk
|
|
SUBDIR += chipvault
|
|
SUBDIR += cider
|
|
SUBDIR += dinotrace
|
|
SUBDIR += dxf2fig
|
|
SUBDIR += electric
|
|
SUBDIR += fandango
|
|
SUBDIR += geda
|
|
SUBDIR += geda-symbols
|
|
SUBDIR += geda-symcheck
|
|
SUBDIR += geda-utils
|
|
SUBDIR += gerbv
|
|
SUBDIR += gmsh
|
|
SUBDIR += gnetlist
|
|
SUBDIR += gnucap
|
|
SUBDIR += gplcver
|
|
SUBDIR += gschem
|
|
SUBDIR += gtkwave
|
|
SUBDIR += gwave
|
|
SUBDIR += impact
|
|
SUBDIR += irsim
|
|
SUBDIR += iverilog
|
|
SUBDIR += kicad
|
|
SUBDIR += leocad
|
|
SUBDIR += libgeda
|
|
SUBDIR += linux-eagle
|
|
SUBDIR += linux-gid
|
|
SUBDIR += magic
|
|
SUBDIR += mars
|
|
SUBDIR += netgen
|
|
SUBDIR += ngspice_rework
|
|
SUBDIR += oregano
|
|
SUBDIR += pcb
|
|
SUBDIR += pdnmesh
|
|
SUBDIR += pythoncad
|
|
SUBDIR += qcad
|
|
SUBDIR += qcad-partslib
|
|
SUBDIR += qfsm
|
|
SUBDIR += qmls
|
|
SUBDIR += qucs
|
|
SUBDIR += sceptre
|
|
SUBDIR += scotch
|
|
SUBDIR += slffea
|
|
SUBDIR += spice
|
|
SUBDIR += systemc
|
|
SUBDIR += tkgate
|
|
SUBDIR += tochnog
|
|
SUBDIR += transcalc
|
|
SUBDIR += varkon
|
|
SUBDIR += vipec
|
|
SUBDIR += xcircuit
|
|
SUBDIR += z88
|
|
|
|
.include <bsd.port.subdir.mk>
|