mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-28 16:54:20 +02:00
Removal of the "unsopported" folder.
It used to contain a unused sensitivity analysis that has not been touched for the last 15 to 20 yeras. We are not a museum. If somebody wants to reactivate this code, of course it is available within the older ngspice releases.
This commit is contained in:
@@ -932,11 +932,6 @@ fi
|
||||
# Recapitulate settings:
|
||||
AC_MSG_RESULT([Settings which were chosen:])
|
||||
|
||||
if test "x$enable_sense2" = xyes; then
|
||||
AC_DEFINE([WANT_SENSE2], [], [Define if we want spice2 sensitivity analysis])
|
||||
AC_MSG_RESULT([Spice2 sensitivity analysis enabled])
|
||||
AC_MSG_WARN([This feature is UNSUPPORTED])
|
||||
fi
|
||||
if test "x$enable_nobypass" = xyes; then
|
||||
AC_DEFINE([NOBYPASS], [], [Define if we want NOBYPASS])
|
||||
AC_MSG_RESULT([NOBYPASS option enabled])
|
||||
@@ -1309,7 +1304,6 @@ AC_CONFIG_FILES([Makefile
|
||||
src/xspice/enh/Makefile
|
||||
src/xspice/ipc/Makefile
|
||||
src/xspice/idn/Makefile
|
||||
src/unsupported/Makefile
|
||||
tests/Makefile
|
||||
tests/bsim1/Makefile
|
||||
tests/bsim2/Makefile
|
||||
|
||||
Reference in New Issue
Block a user