44e99def8d
Core: Fixed inclusion order for phpize builds on Windows. Added missing hashtable insertion APIs for arr/obj/ref. Implemented FR #77372 (Relative file path is removed from uploaded file). Fixed bug #81607 (CE_CACHE allocation with concurrent access). Fixed bug #81507 (Fiber does not compile on AIX). Fixed bug #78647 (SEGFAULT in zend_do_perform_implementation_check). Fixed bug #81518 (Header injection via default_mimetype / default_charset). Fixed bug #75941 (Fix compile failure on Solaris with clang). Fixed bug #81380 (Observer may not be initialized properly). Fixed bug #81514 (Using Enum as key in WeakMap triggers GC + SegFault). Fixed bug #81520 (TEST_PHP_CGI_EXECUTABLE badly set in run-tests.php). Fixed bug #81377 (unset() of $GLOBALS sub-key yields warning). Fixed bug #81342 (New ampersand token parsing depends on new line after it). Fixed bug #81280 (Unicode characters in cli.prompt causes segfault). Fixed bug #81192 ("Declaration should be compatible with" gives incorrect line number with traits). Fixed bug #78919 (CLI server: insufficient cleanup if request startup fails). Fixed bug #81303 (match error message improvements). Fixed bug #81238 (Fiber support missing for Solaris Sparc). Fixed bug #81237 (Comparison of fake closures doesn't work). Fixed bug #81202 (powerpc64 build fails on fibers). Fixed bug #80072 (Cyclic unserialize in TMPVAR operand may leak). Fixed bug #81163 (__sleep allowed to return non-array). Fixed bug #75474 (function scope static variables are not bound to a unique function). Fixed bug #53826 (__callStatic fired in base class through a parent call if the method is private). Fixed bug #81076 (incorrect debug info on Closures with implicit binds). CLI: Fixed bug #81496 (Server logs incorrect request method). COM: Dispatch using LANG_NEUTRAL instead of LOCALE_SYSTEM_DEFAULT. Curl: Fixed bug #81085 (Support CURLOPT_SSLCERT_BLOB for cert strings). Date: Fixed bug #81458 (Regression Incorrect difference after timezone change). Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2). Fixed bug #81504 (Incorrect timezone transition details for POSIX data). Fixed bug #80998 (Missing second with inverted interval). Speed up finding timezone offset information. Fixed bug #79580 (date_create_from_format misses leap year). Fixed bug #80963 (DateTimeZone::getTransitions() truncated). Fixed bug #80974 (Wrong diff between 2 dates in different timezones). Fixed bug #80998 (Missing second with inverted interval). Fixed bug #81097 (DateTimeZone silently falls back to UTC when providing an offset with seconds). Fixed bug #81106 (Regression in 8.1: add() now truncate ->f). Fixed bug #81273 (Date interval calculation not correct). Fixed bug #52480 (Incorrect difference using DateInterval). Fixed bug #62326 (date_diff() function returns false result). Fixed bug #64992 (dst not handled past 2038). Fixed bug #65003 (Wrong date diff). Fixed bug #66545 (DateTime. diff returns negative values). Fixed bug #68503 (date_diff on two dates with timezone set localised returns wrong results). Fixed bug #69806 (Incorrect date from timestamp). Fixed bug #71700 (Extra day on diff between begin and end of march 2016). Fixed bug #71826 (DateTime::diff confuse on timezone 'Asia/Tokyo'). Fixed bug #73460 (Datetime add not realising it already applied DST change). Fixed bug #74173 (DateTimeImmutable::getTimestamp() triggers DST switch in incorrect time). Fixed bug #74274 (Handling DST transitions correctly). Fixed bug #74524 (Date diff is bad calculated, in same time zone). Fixed bug #75167 (DateTime::add does only care about backward DST transition, not forward). Fixed bug #76032 (DateTime->diff having issues with leap days for timezones ahead of UTC). Fixed bug #76374 (Date difference varies according day time). Fixed bug #77571 (DateTime's diff DateInterval incorrect in timezones from UTC+01:00 to UTC+12:00). Fixed bug #78452 (diff makes wrong in hour for Asia/Tehran). Fixed bug #79452 (DateTime::diff() generates months differently between time zones). Fixed bug #79698 (timelib mishandles future timestamps (triggered by 'zic -b slim')). Fixed bug #79716 (Invalid date time created (with day "00")). Fixed bug #80610 (DateTime calculate wrong with DateInterval). Fixed bug #80664 (DateTime objects behave incorrectly around DST transition). Fixed bug #80913 (DateTime(Immutable)::sub around DST yield incorrect time). DBA: Fixed bug #81588 (TokyoCabinet driver leaks memory). DOM: Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID). FFI: Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined). Filter: Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing). FPM: Fixed bug #81513 (Future possibility for heap overflow in FPM zlog). Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege escalation) (CVE-2021-21703). Added openmetrics status format. Enable process renaming on macOS. Added pm.max_spawn_rate option to configure max spawn child processes rate. Fixed bug #65800 (Events port mechanism). FTP: Convert resource<ftp> to object \FTP\Connection. GD: Fixed bug #71316 (libpng warning from imagecreatefromstring). Convert resource<gd font> to object \GdFont. Added support for Avif images hash: Implemented FR #68109 (Add MurmurHash V3). Implemented FR #73385 (Add xxHash support). JSON: Fixed bug #81532 (Change of $depth behaviour in json_encode() on PHP 8.1). LDAP: Convert resource<ldap link> to object \LDAP\Connection. Convert resource<ldap result> to object \LDAP\Result. Convert resource<ldap result entry> to object \LDAP\ResultEntry. MBString: Fixed bug #76167 (mbstring may use pointer from some previous request). Fixed bug #81390 (mb_detect_encoding() regression). Fixed bug #81349 (mb_detect_encoding misdetcts ASCII in some cases). Fixed bug #81298 (mb_detect_encoding() segfaults when 7bit encoding is specified). MySQLi: Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). Fixed bug #80330 (Replace language in APIs and source code/docs). Fixed bug #80329 (Add option to specify LOAD DATA LOCAL white list folder (including libmysql)). MySQLnd: Fixed bug #63327 (Crash (Bus Error) in mysqlnd due to wrong alignment). Fixed bug #80761 (PDO uses too much memory). Opcache: Fixed bug #81409 (Incorrect JIT code for ADD with a reference to array). Fixed bug #81255 (Memory leak in PHPUnit with functional JIT). Fixed bug #80959 (infinite loop in building cfg during JIT compilation). Fixed bug #81225 (Wrong result with pow operator with JIT enabled). Fixed bug #81249 (Intermittent property assignment failure with JIT enabled). Fixed bug #81256 (Assertion `zv != ((void *)0)' failed for "preload" with JIT). Fixed bug #81133 (building opcache with phpize fails). Fixed bug #81136 (opcache header not installed). Added inheritance cache. OpenSSL: Fixed bug #81502 ($tag argument of openssl_decrypt() should accept null/empty string). Bump minimal OpenSSL version to 1.0.2. PCRE: Fixed bug #81424 (PCRE2 10.35 JIT performance regression). Bundled PCRE2 is 10.37. PDO: Fixed bug #40913 (PDO_MYSQL: PDO::PARAM_LOB does not bind to a stream for fetching a BLOB). PDO MySQL: Fixed bug #80908 (PDO::lastInsertId() return wrong). Fixed bug #81037 (PDO discards error message text from prepared statement). PDO OCI: Fixed bug #77120 (Support 'success with info' at connection). PDO ODBC: Implement PDO_ATTR_SERVER_VERSION and PDO_ATTR_SERVER_INFO for PDO::getAttribute(). PDO PgSQL: Fixed bug #81343 (pdo_pgsql: Inconsitent boolean conversion after calling closeCursor()). PDO SQLite: Fixed bug #38334 (Proper data-type support for PDO_SQLITE). PgSQL: Fixed bug #81509 (pg_end_copy still expects a resource). Convert resource<pgsql link> to object \PgSql\Connection. Convert resource<pgsql result> to object \PgSql\Result. Convert resource<pgsql large object> to object \PgSql\Lob. Phar: Use SHA256 by default for signature. Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature. phpdbg: Fixed bug #81135 (unknown help topic causes assertion failure). PSpell: Convert resource<pspell> to object \PSpell\Dictionary. Convert resource<pspell config> to object \PSpell\Config. readline: Fixed bug #72998 (invalid read in readline completion). Reflection: Fixed bug #81611 (ArgumentCountError when getting default value from ReflectionParameter with new). Fixed bug #81630 (PHP 8.1: ReflectionClass->getTraitAliases() crashes with Internal error). Fixed bug #81457 (Enum: ReflectionMethod->getDeclaringClass() return a ReflectionClass). Fixed bug #81474 (Make ReflectionEnum and related class non-final). Fixed bug #80821 (ReflectionProperty::getDefaultValue() returns current value for statics). Fixed bug #80564 (ReflectionProperty::__toString() renders current value, not default value). Fixed bug #80097 (ReflectionAttribute is not a Reflector). Fixed bug #81200 (no way to determine if Closure is static). Implement ReflectionFunctionAbstract::getClosureUsedVariables. Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). SimpleXML: Fixed bug #81325 (Segfault in zif_simplexml_import_dom). SNMP: Implement SHA256 and SHA512 for security protocol. Sodium: Added the XChaCha20 stream cipher functions. Added the Ristretto255 functions, which are available in libsodium 1.0.18. SPL: Fixed bug #66588 (SplFileObject::fgetcsv incorrectly returns a row on premature EOF). Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free). Fixed bug #81477 (LimitIterator + SplFileObject regression in 8.0.1). Fixed bug #81112 (Special json_encode behavior for SplFixedArray). Fixed bug #80945 ("Notice: Undefined index" on unset() ArrayObject non-existing key). Fixed bug #80724 (FilesystemIterator::FOLLOW_SYMLINKS remove KEY_AS_FILE from bitmask). Standard: Fixed bug #81441 (gethostbyaddr('::1') returns ip instead of name after calling some other method). Fixed bug #81491 (Incorrectly using libsodium for argon2 hashing). Fixed bug #81142 (PHP 7.3+ memory leak when unserialize() is used on an associative array). Fixed bug #81111 (Serialization is unexpectedly allowed on anonymous classes with __serialize()). Fixed bug #81137 (hrtime breaks build on OSX before Sierra). Fixed bug #77627 (method_exists on Closure::__invoke inconsistency). Streams: Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper). XML: Fixed bug #79971 (special character is breaking the path in xml function) (CVE-2021-21707). Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace). Zip: Fixed bug #81490 (ZipArchive::extractTo() may leak memory). Fixed bug #77978 (Dirname ending in colon unzips to wrong dir). Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination) (CVE-2021-21706). Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). FLAVORS won't be available untill it is added to the Uses framework which can be followed up : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260774 Relnotes: https://www.php.net/ChangeLog-8.php#8.1.1 Sponsored by: Bounce Experts
1095 lines
28 KiB
Makefile
1095 lines
28 KiB
Makefile
COMMENT = Mathematics
|
|
|
|
SUBDIR += 4ti2
|
|
SUBDIR += GiNaC
|
|
SUBDIR += Imath
|
|
SUBDIR += PDL
|
|
SUBDIR += R
|
|
SUBDIR += R-cran-ADGofTest
|
|
SUBDIR += R-cran-Amelia
|
|
SUBDIR += R-cran-BsMD
|
|
SUBDIR += R-cran-CVST
|
|
SUBDIR += R-cran-ChangeAnomalyDetection
|
|
SUBDIR += R-cran-DEoptimR
|
|
SUBDIR += R-cran-DRR
|
|
SUBDIR += R-cran-DoE.base
|
|
SUBDIR += R-cran-Formula
|
|
SUBDIR += R-cran-FrF2
|
|
SUBDIR += R-cran-KFAS
|
|
SUBDIR += R-cran-LearnBayes
|
|
SUBDIR += R-cran-MCMCpack
|
|
SUBDIR += R-cran-MSwM
|
|
SUBDIR += R-cran-MatchIt
|
|
SUBDIR += R-cran-Matching
|
|
SUBDIR += R-cran-MatrixModels
|
|
SUBDIR += R-cran-NMF
|
|
SUBDIR += R-cran-RHmm
|
|
SUBDIR += R-cran-RSvgDevice
|
|
SUBDIR += R-cran-RcppArmadillo
|
|
SUBDIR += R-cran-RcppEigen
|
|
SUBDIR += R-cran-RcppRoll
|
|
SUBDIR += R-cran-Rmpfr
|
|
SUBDIR += R-cran-Rsolnp
|
|
SUBDIR += R-cran-SQUAREM
|
|
SUBDIR += R-cran-SparseM
|
|
SUBDIR += R-cran-VGAM
|
|
SUBDIR += R-cran-Zelig
|
|
SUBDIR += R-cran-acepack
|
|
SUBDIR += R-cran-alabama
|
|
SUBDIR += R-cran-assertthat
|
|
SUBDIR += R-cran-backports
|
|
SUBDIR += R-cran-bdsmatrix
|
|
SUBDIR += R-cran-car
|
|
SUBDIR += R-cran-carData
|
|
SUBDIR += R-cran-coda
|
|
SUBDIR += R-cran-combinat
|
|
SUBDIR += R-cran-conf.design
|
|
SUBDIR += R-cran-conquer
|
|
SUBDIR += R-cran-date
|
|
SUBDIR += R-cran-ddalpha
|
|
SUBDIR += R-cran-deldir
|
|
SUBDIR += R-cran-dimRed
|
|
SUBDIR += R-cran-dlmodeler
|
|
SUBDIR += R-cran-dplyr
|
|
SUBDIR += R-cran-energy
|
|
SUBDIR += R-cran-expm
|
|
SUBDIR += R-cran-forcats
|
|
SUBDIR += R-cran-forecast
|
|
SUBDIR += R-cran-fracdiff
|
|
SUBDIR += R-cran-geepack
|
|
SUBDIR += R-cran-geometry
|
|
SUBDIR += R-cran-gmp
|
|
SUBDIR += R-cran-gower
|
|
SUBDIR += R-cran-gpclib
|
|
SUBDIR += R-cran-gsl
|
|
SUBDIR += R-cran-gss
|
|
SUBDIR += R-cran-gtable
|
|
SUBDIR += R-cran-haven
|
|
SUBDIR += R-cran-igraph
|
|
SUBDIR += R-cran-influenceR
|
|
SUBDIR += R-cran-inline
|
|
SUBDIR += R-cran-intervals
|
|
SUBDIR += R-cran-ipred
|
|
SUBDIR += R-cran-irlba
|
|
SUBDIR += R-cran-isoband
|
|
SUBDIR += R-cran-labeling
|
|
SUBDIR += R-cran-lava
|
|
SUBDIR += R-cran-lazyeval
|
|
SUBDIR += R-cran-linprog
|
|
SUBDIR += R-cran-lme4
|
|
SUBDIR += R-cran-lpSolve
|
|
SUBDIR += R-cran-magic
|
|
SUBDIR += R-cran-maps
|
|
SUBDIR += R-cran-matrixStats
|
|
SUBDIR += R-cran-maxLik
|
|
SUBDIR += R-cran-mcmc
|
|
SUBDIR += R-cran-memisc
|
|
SUBDIR += R-cran-minqa
|
|
SUBDIR += R-cran-miscTools
|
|
SUBDIR += R-cran-mitools
|
|
SUBDIR += R-cran-mvtnorm
|
|
SUBDIR += R-cran-nloptr
|
|
SUBDIR += R-cran-nnls
|
|
SUBDIR += R-cran-nortest
|
|
SUBDIR += R-cran-numDeriv
|
|
SUBDIR += R-cran-numbers
|
|
SUBDIR += R-cran-outliers
|
|
SUBDIR += R-cran-partitions
|
|
SUBDIR += R-cran-pbkrtest
|
|
SUBDIR += R-cran-pls
|
|
SUBDIR += R-cran-polynom
|
|
SUBDIR += R-cran-prodlim
|
|
SUBDIR += R-cran-proxy
|
|
SUBDIR += R-cran-psych
|
|
SUBDIR += R-cran-quadprog
|
|
SUBDIR += R-cran-qualityTools
|
|
SUBDIR += R-cran-quantreg
|
|
SUBDIR += R-cran-raster
|
|
SUBDIR += R-cran-recipes
|
|
SUBDIR += R-cran-rgenoud
|
|
SUBDIR += R-cran-robustbase
|
|
SUBDIR += R-cran-sandwich
|
|
SUBDIR += R-cran-scatterplot3d
|
|
SUBDIR += R-cran-sets
|
|
SUBDIR += R-cran-sf
|
|
SUBDIR += R-cran-sm
|
|
SUBDIR += R-cran-sp
|
|
SUBDIR += R-cran-spData
|
|
SUBDIR += R-cran-spdep
|
|
SUBDIR += R-cran-sspir
|
|
SUBDIR += R-cran-stabledist
|
|
SUBDIR += R-cran-statmod
|
|
SUBDIR += R-cran-survey
|
|
SUBDIR += R-cran-tensor
|
|
SUBDIR += R-cran-terra
|
|
SUBDIR += R-cran-truncnorm
|
|
SUBDIR += R-cran-units
|
|
SUBDIR += R-cran-uroot
|
|
SUBDIR += R-cran-wk
|
|
SUBDIR += R-cran-xts
|
|
SUBDIR += R-cran-zoo
|
|
SUBDIR += SCIP
|
|
SUBDIR += SoPlex
|
|
SUBDIR += aamath
|
|
SUBDIR += abella
|
|
SUBDIR += abs
|
|
SUBDIR += acalc
|
|
SUBDIR += add
|
|
SUBDIR += adept
|
|
SUBDIR += adol-c
|
|
SUBDIR += alberta
|
|
SUBDIR += algae
|
|
SUBDIR += alglib
|
|
SUBDIR += alps
|
|
SUBDIR += alt-ergo
|
|
SUBDIR += amath
|
|
SUBDIR += ambit
|
|
SUBDIR += amgcl
|
|
SUBDIR += analitza
|
|
SUBDIR += ann
|
|
SUBDIR += antic
|
|
SUBDIR += apache-commons-math
|
|
SUBDIR += apc
|
|
SUBDIR += apron
|
|
SUBDIR += arb
|
|
SUBDIR += aribas
|
|
SUBDIR += armadillo
|
|
SUBDIR += arpack++
|
|
SUBDIR += arpack-ng
|
|
SUBDIR += ascent
|
|
SUBDIR += asl
|
|
SUBDIR += asymptote
|
|
SUBDIR += atlas
|
|
SUBDIR += barvinok
|
|
SUBDIR += bcal
|
|
SUBDIR += bcps
|
|
SUBDIR += bitwise
|
|
SUBDIR += blacs
|
|
SUBDIR += blahtexml
|
|
SUBDIR += blas
|
|
SUBDIR += blasfeo
|
|
SUBDIR += blaze
|
|
SUBDIR += blazeiterative
|
|
SUBDIR += blis
|
|
SUBDIR += bliss
|
|
SUBDIR += blocksolve95
|
|
SUBDIR += bonmin
|
|
SUBDIR += boolector
|
|
SUBDIR += brial
|
|
SUBDIR += bsdnt
|
|
SUBDIR += btor2tools
|
|
SUBDIR += cadabra2
|
|
SUBDIR += cadical
|
|
SUBDIR += cado-nfs
|
|
SUBDIR += calc
|
|
SUBDIR += calcoo
|
|
SUBDIR += cantor
|
|
SUBDIR += casadi
|
|
SUBDIR += cbc
|
|
SUBDIR += cblas
|
|
SUBDIR += ccmath
|
|
SUBDIR += cddlib
|
|
SUBDIR += ceres-solver
|
|
SUBDIR += cgal
|
|
SUBDIR += cgl
|
|
SUBDIR += cgl-conic
|
|
SUBDIR += cglm
|
|
SUBDIR += chaco
|
|
SUBDIR += chryzodus
|
|
SUBDIR += chuffed
|
|
SUBDIR += clasp
|
|
SUBDIR += clblas
|
|
SUBDIR += clblast
|
|
SUBDIR += clfft
|
|
SUBDIR += clingo
|
|
SUBDIR += cliquer
|
|
SUBDIR += cln
|
|
SUBDIR += cloog
|
|
SUBDIR += clp
|
|
SUBDIR += clrng
|
|
SUBDIR += cm
|
|
SUBDIR += cmh
|
|
SUBDIR += cminpack
|
|
SUBDIR += cmlib
|
|
SUBDIR += cocoalib
|
|
SUBDIR += coin-or-data-netlib
|
|
SUBDIR += coin-or-data-sample
|
|
SUBDIR += coin-or-data-stochastic
|
|
SUBDIR += coinmp
|
|
SUBDIR += coinmumps
|
|
SUBDIR += coinutils
|
|
SUBDIR += colpack
|
|
SUBDIR += combblas
|
|
SUBDIR += conauto
|
|
SUBDIR += concorde
|
|
SUBDIR += convertall
|
|
SUBDIR += coq
|
|
SUBDIR += couenne
|
|
SUBDIR += coxeter3
|
|
SUBDIR += cppad
|
|
SUBDIR += creme
|
|
SUBDIR += crlibm
|
|
SUBDIR += cryptominisat
|
|
SUBDIR += csdp
|
|
SUBDIR += ctl-sat
|
|
SUBDIR += cudd
|
|
SUBDIR += curv
|
|
SUBDIR += cvc3
|
|
SUBDIR += cvc4
|
|
SUBDIR += dbcsr
|
|
SUBDIR += deal.ii
|
|
SUBDIR += dieharder
|
|
SUBDIR += disco
|
|
SUBDIR += djbfft
|
|
SUBDIR += drgeo
|
|
SUBDIR += dsdp
|
|
SUBDIR += dune-alugrid
|
|
SUBDIR += dune-common
|
|
SUBDIR += dune-curvedgeometry
|
|
SUBDIR += dune-fem
|
|
SUBDIR += dune-foamgrid
|
|
SUBDIR += dune-functions
|
|
SUBDIR += dune-geometry
|
|
SUBDIR += dune-grid
|
|
SUBDIR += dune-grid-glue
|
|
SUBDIR += dune-istl
|
|
SUBDIR += dune-localfunctions
|
|
SUBDIR += dune-metagrid
|
|
SUBDIR += dune-multidomaingrid
|
|
SUBDIR += dune-pdelab
|
|
SUBDIR += dune-polygongrid
|
|
SUBDIR += dune-spgrid
|
|
SUBDIR += dune-typetree
|
|
SUBDIR += dune-uggrid
|
|
SUBDIR += dune-vtk
|
|
SUBDIR += e-antic
|
|
SUBDIR += eclib
|
|
SUBDIR += ecos
|
|
SUBDIR += edenmath
|
|
SUBDIR += eigen3
|
|
SUBDIR += eispack
|
|
SUBDIR += elemental
|
|
SUBDIR += elpa
|
|
SUBDIR += emc2
|
|
SUBDIR += ensmallen
|
|
SUBDIR += ent
|
|
SUBDIR += eprover
|
|
SUBDIR += ess
|
|
SUBDIR += eukleides
|
|
SUBDIR += eval
|
|
SUBDIR += exprtk
|
|
SUBDIR += facile
|
|
SUBDIR += faiss
|
|
SUBDIR += fann
|
|
SUBDIR += fastops
|
|
SUBDIR += fcl
|
|
SUBDIR += fcl05
|
|
SUBDIR += fflas-ffpack
|
|
SUBDIR += fftw
|
|
SUBDIR += fftw-float
|
|
SUBDIR += fftw3
|
|
SUBDIR += fftw3-float
|
|
SUBDIR += fftw3-long
|
|
SUBDIR += fftw3-quad
|
|
SUBDIR += flann
|
|
SUBDIR += flexfloat
|
|
SUBDIR += flint2
|
|
SUBDIR += flintqs
|
|
SUBDIR += flopc++
|
|
SUBDIR += form
|
|
SUBDIR += fparser
|
|
SUBDIR += fpc-fftw
|
|
SUBDIR += fpc-gmp
|
|
SUBDIR += fpc-numlib
|
|
SUBDIR += fplll
|
|
SUBDIR += freefem++
|
|
SUBDIR += fricas
|
|
SUBDIR += frobby
|
|
SUBDIR += fxt
|
|
SUBDIR += g2o
|
|
SUBDIR += galculator
|
|
SUBDIR += gambit
|
|
SUBDIR += gap
|
|
SUBDIR += gau2grid
|
|
SUBDIR += gecode
|
|
SUBDIR += gemmlowp
|
|
SUBDIR += geogebra
|
|
SUBDIR += geogram
|
|
SUBDIR += geonext
|
|
SUBDIR += gexpr
|
|
SUBDIR += gf2x
|
|
SUBDIR += gfan
|
|
SUBDIR += gfanlib
|
|
SUBDIR += ggobi
|
|
SUBDIR += gh-bc
|
|
SUBDIR += giacxcas
|
|
SUBDIR += gismo
|
|
SUBDIR += givaro
|
|
SUBDIR += gkmap
|
|
SUBDIR += glgraph
|
|
SUBDIR += glm
|
|
SUBDIR += glpk
|
|
SUBDIR += glucose
|
|
SUBDIR += gmm++
|
|
SUBDIR += gmp
|
|
SUBDIR += gmp-ecm
|
|
SUBDIR += gnome-calculator
|
|
SUBDIR += gnubc
|
|
SUBDIR += gnumeric
|
|
SUBDIR += gnuplot
|
|
SUBDIR += gnuplot-lite
|
|
SUBDIR += gnuplot-tex-extras
|
|
SUBDIR += gotoblas
|
|
SUBDIR += gp2c
|
|
SUBDIR += grace
|
|
SUBDIR += graphthing
|
|
SUBDIR += gravity
|
|
SUBDIR += gretl
|
|
SUBDIR += gri
|
|
SUBDIR += grpn
|
|
SUBDIR += gsl
|
|
SUBDIR += half
|
|
SUBDIR += hexcalc
|
|
SUBDIR += heyoka
|
|
SUBDIR += highs
|
|
SUBDIR += hipmcl
|
|
SUBDIR += hmat-oss
|
|
SUBDIR += hpcombi
|
|
SUBDIR += hpipm
|
|
SUBDIR += hs-Agda
|
|
SUBDIR += hs-penrose
|
|
SUBDIR += ideep
|
|
SUBDIR += ignition-math
|
|
SUBDIR += igraph
|
|
SUBDIR += iml
|
|
SUBDIR += intervaltree
|
|
SUBDIR += ipopt
|
|
SUBDIR += ised
|
|
SUBDIR += jacal
|
|
SUBDIR += jacop
|
|
SUBDIR += jags
|
|
SUBDIR += jama
|
|
SUBDIR += jeuclid
|
|
SUBDIR += jlatexmath
|
|
SUBDIR += jsmath-fonts
|
|
SUBDIR += jtransforms
|
|
SUBDIR += jts
|
|
SUBDIR += kalgebra
|
|
SUBDIR += kalker
|
|
SUBDIR += kbruch
|
|
SUBDIR += kcalc
|
|
SUBDIR += kfr
|
|
SUBDIR += kig
|
|
SUBDIR += kktdirect
|
|
SUBDIR += kmplot
|
|
SUBDIR += labplot
|
|
SUBDIR += lambda
|
|
SUBDIR += lapack
|
|
SUBDIR += lapack++
|
|
SUBDIR += lapack95
|
|
SUBDIR += lapacke
|
|
SUBDIR += laspack
|
|
SUBDIR += latte-integrale
|
|
SUBDIR += lcalc
|
|
SUBDIR += ldouble
|
|
SUBDIR += lean
|
|
SUBDIR += lemon
|
|
SUBDIR += levmar
|
|
SUBDIR += lib2geom
|
|
SUBDIR += libRmath
|
|
SUBDIR += libbraiding
|
|
SUBDIR += libccd
|
|
SUBDIR += libdivide
|
|
SUBDIR += libflame
|
|
SUBDIR += libhomfly
|
|
SUBDIR += libmesh
|
|
SUBDIR += libmissing
|
|
SUBDIR += libnormaliz
|
|
SUBDIR += libocas
|
|
SUBDIR += liborigin
|
|
SUBDIR += libpgmath
|
|
SUBDIR += libpoly
|
|
SUBDIR += libqalculate
|
|
SUBDIR += libranlip
|
|
SUBDIR += librdata
|
|
SUBDIR += librsb
|
|
SUBDIR += libsemigroups
|
|
SUBDIR += libsharp2
|
|
SUBDIR += libtommath
|
|
SUBDIR += libxls
|
|
SUBDIR += libxlsxwriter
|
|
SUBDIR += libxsmm
|
|
SUBDIR += lidia
|
|
SUBDIR += linbox
|
|
SUBDIR += linpack
|
|
SUBDIR += lis
|
|
SUBDIR += lll_spect
|
|
SUBDIR += lp_solve
|
|
SUBDIR += lrcalc
|
|
SUBDIR += lrng
|
|
SUBDIR += lrslib
|
|
SUBDIR += ltl2ba
|
|
SUBDIR += m4ri
|
|
SUBDIR += m4rie
|
|
SUBDIR += mate-calc
|
|
SUBDIR += math77
|
|
SUBDIR += mathgl
|
|
SUBDIR += mathics-django
|
|
SUBDIR += mathicsscript
|
|
SUBDIR += mathmod
|
|
SUBDIR += mathomatic
|
|
SUBDIR += matio
|
|
SUBDIR += matlab-installer
|
|
SUBDIR += maxima
|
|
SUBDIR += mbasecalc
|
|
SUBDIR += mcsim
|
|
SUBDIR += mdal
|
|
SUBDIR += metis
|
|
SUBDIR += mfem
|
|
SUBDIR += mingw32-libgmp
|
|
SUBDIR += minisat
|
|
SUBDIR += minizinc
|
|
SUBDIR += minizinc-ide
|
|
SUBDIR += minizinc-solvers
|
|
SUBDIR += miracl
|
|
SUBDIR += mlpack
|
|
SUBDIR += moab
|
|
SUBDIR += moo
|
|
SUBDIR += mpc
|
|
SUBDIR += mpdecimal
|
|
SUBDIR += mpexpr
|
|
SUBDIR += mpfi
|
|
SUBDIR += mpfr
|
|
SUBDIR += mpfrc++
|
|
SUBDIR += mpfrcx
|
|
SUBDIR += mpir
|
|
SUBDIR += mppp
|
|
SUBDIR += mprime
|
|
SUBDIR += mpsolve
|
|
SUBDIR += mtrxmath
|
|
SUBDIR += multichoose
|
|
SUBDIR += mumps
|
|
SUBDIR += mumps4
|
|
SUBDIR += munkres-cpp
|
|
SUBDIR += muparser
|
|
SUBDIR += muparserx
|
|
SUBDIR += nanoflann
|
|
SUBDIR += nauty
|
|
SUBDIR += ndiff
|
|
SUBDIR += newmat
|
|
SUBDIR += nfft
|
|
SUBDIR += ngraph
|
|
SUBDIR += nlopt
|
|
SUBDIR += ntl
|
|
SUBDIR += numdiff
|
|
SUBDIR += obake
|
|
SUBDIR += ocaml-ocamlgraph
|
|
SUBDIR += ocaml-zarith
|
|
SUBDIR += ocamlgsl
|
|
SUBDIR += octave
|
|
SUBDIR += octave-forge
|
|
SUBDIR += octave-forge-actuarial
|
|
SUBDIR += octave-forge-audio
|
|
SUBDIR += octave-forge-base
|
|
SUBDIR += octave-forge-bim
|
|
SUBDIR += octave-forge-bioinfo
|
|
SUBDIR += octave-forge-bsltl
|
|
SUBDIR += octave-forge-cgi
|
|
SUBDIR += octave-forge-civil-engineering
|
|
SUBDIR += octave-forge-communications
|
|
SUBDIR += octave-forge-control
|
|
SUBDIR += octave-forge-data-smoothing
|
|
SUBDIR += octave-forge-database
|
|
SUBDIR += octave-forge-dataframe
|
|
SUBDIR += octave-forge-dicom
|
|
SUBDIR += octave-forge-divand
|
|
SUBDIR += octave-forge-doctest
|
|
SUBDIR += octave-forge-econometrics
|
|
SUBDIR += octave-forge-fenv
|
|
SUBDIR += octave-forge-financial
|
|
SUBDIR += octave-forge-fits
|
|
SUBDIR += octave-forge-fpl
|
|
SUBDIR += octave-forge-fuzzy-logic-toolkit
|
|
SUBDIR += octave-forge-ga
|
|
SUBDIR += octave-forge-general
|
|
SUBDIR += octave-forge-generate_html
|
|
SUBDIR += octave-forge-geometry
|
|
SUBDIR += octave-forge-gnuplot
|
|
SUBDIR += octave-forge-gsl
|
|
SUBDIR += octave-forge-ident
|
|
SUBDIR += octave-forge-image
|
|
SUBDIR += octave-forge-informationtheory
|
|
SUBDIR += octave-forge-integration
|
|
SUBDIR += octave-forge-interval
|
|
SUBDIR += octave-forge-io
|
|
SUBDIR += octave-forge-irsa
|
|
SUBDIR += octave-forge-level-set
|
|
SUBDIR += octave-forge-linear-algebra
|
|
SUBDIR += octave-forge-lssa
|
|
SUBDIR += octave-forge-ltfat
|
|
SUBDIR += octave-forge-mapping
|
|
SUBDIR += octave-forge-matgeom
|
|
SUBDIR += octave-forge-mechanics
|
|
SUBDIR += octave-forge-miscellaneous
|
|
SUBDIR += octave-forge-missing-functions
|
|
SUBDIR += octave-forge-msh
|
|
SUBDIR += octave-forge-multicore
|
|
SUBDIR += octave-forge-mvn
|
|
SUBDIR += octave-forge-nan
|
|
SUBDIR += octave-forge-ncarray
|
|
SUBDIR += octave-forge-netcdf
|
|
SUBDIR += octave-forge-nlwing2
|
|
SUBDIR += octave-forge-nnet
|
|
SUBDIR += octave-forge-nurbs
|
|
SUBDIR += octave-forge-oct2mat
|
|
SUBDIR += octave-forge-octclip
|
|
SUBDIR += octave-forge-octproj
|
|
SUBDIR += octave-forge-odebvp
|
|
SUBDIR += octave-forge-optics
|
|
SUBDIR += octave-forge-optim
|
|
SUBDIR += octave-forge-optiminterp
|
|
SUBDIR += octave-forge-outliers
|
|
SUBDIR += octave-forge-parallel
|
|
SUBDIR += octave-forge-plot
|
|
SUBDIR += octave-forge-quaternion
|
|
SUBDIR += octave-forge-queueing
|
|
SUBDIR += octave-forge-secs1d
|
|
SUBDIR += octave-forge-secs2d
|
|
SUBDIR += octave-forge-secs3d
|
|
SUBDIR += octave-forge-signal
|
|
SUBDIR += octave-forge-simp
|
|
SUBDIR += octave-forge-sockets
|
|
SUBDIR += octave-forge-sparsersb
|
|
SUBDIR += octave-forge-specfun
|
|
SUBDIR += octave-forge-special-matrix
|
|
SUBDIR += octave-forge-splines
|
|
SUBDIR += octave-forge-statistics
|
|
SUBDIR += octave-forge-stk
|
|
SUBDIR += octave-forge-strings
|
|
SUBDIR += octave-forge-struct
|
|
SUBDIR += octave-forge-symband
|
|
SUBDIR += octave-forge-symbolic
|
|
SUBDIR += octave-forge-tcl-octave
|
|
SUBDIR += octave-forge-tsa
|
|
SUBDIR += octave-forge-video
|
|
SUBDIR += octave-forge-zenity
|
|
SUBDIR += octave-forge-zeromq
|
|
SUBDIR += octomap
|
|
SUBDIR += ogdf
|
|
SUBDIR += oink
|
|
SUBDIR += oleo
|
|
SUBDIR += onednn
|
|
SUBDIR += openblas
|
|
SUBDIR += openfst
|
|
SUBDIR += openlibm
|
|
SUBDIR += openmesh
|
|
SUBDIR += opensolaris-libm
|
|
SUBDIR += openturns
|
|
SUBDIR += optpp
|
|
SUBDIR += or-tools
|
|
SUBDIR += orpie
|
|
SUBDIR += osi
|
|
SUBDIR += osi-conic
|
|
SUBDIR += osiipopt
|
|
SUBDIR += osqp
|
|
SUBDIR += p5-AI-DecisionTree
|
|
SUBDIR += p5-AI-Genetic
|
|
SUBDIR += p5-AI-NeuralNet-BackProp
|
|
SUBDIR += p5-AI-Perceptron
|
|
SUBDIR += p5-Algorithm-Combinatorics
|
|
SUBDIR += p5-Algorithm-CurveFit
|
|
SUBDIR += p5-Algorithm-Munkres
|
|
SUBDIR += p5-Alien-GSL
|
|
SUBDIR += p5-Bit-ShiftReg
|
|
SUBDIR += p5-Bit-Vector
|
|
SUBDIR += p5-Bit-Vector-Minimal
|
|
SUBDIR += p5-CAD-Calc
|
|
SUBDIR += p5-Chart-Math-Axis
|
|
SUBDIR += p5-Data-Float
|
|
SUBDIR += p5-Date-Handler
|
|
SUBDIR += p5-GIS-Distance
|
|
SUBDIR += p5-GIS-Distance-Fast
|
|
SUBDIR += p5-GIS-Distance-Lite
|
|
SUBDIR += p5-Geo-Coordinates-UTM
|
|
SUBDIR += p5-Geo-Distance
|
|
SUBDIR += p5-Geo-Distance-XS
|
|
SUBDIR += p5-Graph
|
|
SUBDIR += p5-Math-Algebra-Symbols
|
|
SUBDIR += p5-Math-Base36
|
|
SUBDIR += p5-Math-Base85
|
|
SUBDIR += p5-Math-BaseCalc
|
|
SUBDIR += p5-Math-BaseCnv
|
|
SUBDIR += p5-Math-Bezier
|
|
SUBDIR += p5-Math-Bezier-Convert
|
|
SUBDIR += p5-Math-BigInt
|
|
SUBDIR += p5-Math-BigInt-FastCalc
|
|
SUBDIR += p5-Math-BigInt-GMP
|
|
SUBDIR += p5-Math-BigInt-Lite
|
|
SUBDIR += p5-Math-BigInt-Pari
|
|
SUBDIR += p5-Math-BigRat
|
|
SUBDIR += p5-Math-CDF
|
|
SUBDIR += p5-Math-Calc-Units
|
|
SUBDIR += p5-Math-Cephes
|
|
SUBDIR += p5-Math-Combinatorics
|
|
SUBDIR += p5-Math-Complex
|
|
SUBDIR += p5-Math-ConvexHull
|
|
SUBDIR += p5-Math-Currency
|
|
SUBDIR += p5-Math-Derivative
|
|
SUBDIR += p5-Math-Evol
|
|
SUBDIR += p5-Math-Expr
|
|
SUBDIR += p5-Math-FFT
|
|
SUBDIR += p5-Math-FixedPrecision
|
|
SUBDIR += p5-Math-Fleximal
|
|
SUBDIR += p5-Math-GMP
|
|
SUBDIR += p5-Math-GMPf
|
|
SUBDIR += p5-Math-GMPq
|
|
SUBDIR += p5-Math-GMPz
|
|
SUBDIR += p5-Math-GSL
|
|
SUBDIR += p5-Math-Geometry
|
|
SUBDIR += p5-Math-Geometry-Planar
|
|
SUBDIR += p5-Math-Geometry-Planar-GPC
|
|
SUBDIR += p5-Math-Geometry-Planar-GPC-PolygonXS
|
|
SUBDIR += p5-Math-Geometry-Planar-Offset
|
|
SUBDIR += p5-Math-Geometry-Voronoi
|
|
SUBDIR += p5-Math-Gradient
|
|
SUBDIR += p5-Math-Int128
|
|
SUBDIR += p5-Math-Int64
|
|
SUBDIR += p5-Math-Interpolate
|
|
SUBDIR += p5-Math-Intersection-StraightLine
|
|
SUBDIR += p5-Math-Logic
|
|
SUBDIR += p5-Math-MPC
|
|
SUBDIR += p5-Math-MPFR
|
|
SUBDIR += p5-Math-Matrix
|
|
SUBDIR += p5-Math-MatrixReal
|
|
SUBDIR += p5-Math-NumberCruncher
|
|
SUBDIR += p5-Math-Pari
|
|
SUBDIR += p5-Math-Polygon
|
|
SUBDIR += p5-Math-Polygon-Tree
|
|
SUBDIR += p5-Math-Polynomial-Solve
|
|
SUBDIR += p5-Math-Prime-Util
|
|
SUBDIR += p5-Math-Prime-Util-GMP
|
|
SUBDIR += p5-Math-Prime-XS
|
|
SUBDIR += p5-Math-ProvablePrime
|
|
SUBDIR += p5-Math-RPN
|
|
SUBDIR += p5-Math-Random
|
|
SUBDIR += p5-Math-Random-ISAAC
|
|
SUBDIR += p5-Math-Random-ISAAC-XS
|
|
SUBDIR += p5-Math-Random-MT
|
|
SUBDIR += p5-Math-Random-MT-Auto
|
|
SUBDIR += p5-Math-Random-OO
|
|
SUBDIR += p5-Math-Random-Secure
|
|
SUBDIR += p5-Math-RandomOrg
|
|
SUBDIR += p5-Math-Round
|
|
SUBDIR += p5-Math-Round-Var
|
|
SUBDIR += p5-Math-Sequence
|
|
SUBDIR += p5-Math-Series
|
|
SUBDIR += p5-Math-SigFigs
|
|
SUBDIR += p5-Math-SimpleVariable
|
|
SUBDIR += p5-Math-Spline
|
|
SUBDIR += p5-Math-String
|
|
SUBDIR += p5-Math-Symbolic
|
|
SUBDIR += p5-Math-Symbolic-Custom-CCompiler
|
|
SUBDIR += p5-Math-Symbolic-Custom-Contains
|
|
SUBDIR += p5-Math-Symbolic-Custom-ErrorPropagation
|
|
SUBDIR += p5-Math-Symbolic-Custom-LaTeXDumper
|
|
SUBDIR += p5-Math-Symbolic-Custom-Pattern
|
|
SUBDIR += p5-Math-Symbolic-Custom-Simplification
|
|
SUBDIR += p5-Math-Symbolic-Custom-Transformation
|
|
SUBDIR += p5-Math-SymbolicX-BigNum
|
|
SUBDIR += p5-Math-SymbolicX-Complex
|
|
SUBDIR += p5-Math-SymbolicX-Error
|
|
SUBDIR += p5-Math-SymbolicX-Inline
|
|
SUBDIR += p5-Math-SymbolicX-NoSimplification
|
|
SUBDIR += p5-Math-SymbolicX-ParserExtensionFactory
|
|
SUBDIR += p5-Math-SymbolicX-Statistics-Distributions
|
|
SUBDIR += p5-Math-TrulyRandom
|
|
SUBDIR += p5-Math-Units
|
|
SUBDIR += p5-Math-Utils
|
|
SUBDIR += p5-Math-Vec
|
|
SUBDIR += p5-Math-VecStat
|
|
SUBDIR += p5-Math-VectorReal
|
|
SUBDIR += p5-NetCDF
|
|
SUBDIR += p5-Number-Compare
|
|
SUBDIR += p5-Number-Fraction
|
|
SUBDIR += p5-Number-Misc
|
|
SUBDIR += p5-Number-Uncertainty
|
|
SUBDIR += p5-Number-WithError
|
|
SUBDIR += p5-Number-WithError-LaTeX
|
|
SUBDIR += p5-Parse-Range
|
|
SUBDIR += p5-Roman
|
|
SUBDIR += p5-Set-IntSpan
|
|
SUBDIR += p5-Set-IntSpan-Fast
|
|
SUBDIR += p5-Set-IntSpan-Fast-XS
|
|
SUBDIR += p5-Set-Partition
|
|
SUBDIR += p5-Set-Window
|
|
SUBDIR += p5-Statistics-Basic
|
|
SUBDIR += p5-Statistics-Benford
|
|
SUBDIR += p5-Statistics-CaseResampling
|
|
SUBDIR += p5-Statistics-ChiSquare
|
|
SUBDIR += p5-Statistics-Contingency
|
|
SUBDIR += p5-Statistics-Descriptive
|
|
SUBDIR += p5-Statistics-Descriptive-Discrete
|
|
SUBDIR += p5-Statistics-Distributions
|
|
SUBDIR += p5-Statistics-Forecast
|
|
SUBDIR += p5-Statistics-Frequency
|
|
SUBDIR += p5-Statistics-LTU
|
|
SUBDIR += p5-Statistics-LineFit
|
|
SUBDIR += p5-Statistics-Lite
|
|
SUBDIR += p5-Statistics-OLS
|
|
SUBDIR += p5-Statistics-R
|
|
SUBDIR += p5-Statistics-Regression
|
|
SUBDIR += p5-Statistics-TTest
|
|
SUBDIR += p5-Task-Math-Symbolic
|
|
SUBDIR += p5-Text-AsciiTeX
|
|
SUBDIR += p5-bignum
|
|
SUBDIR += palp
|
|
SUBDIR += pantheon-calculator
|
|
SUBDIR += pari
|
|
SUBDIR += pari_elldata
|
|
SUBDIR += pari_galdata
|
|
SUBDIR += pari_galpol
|
|
SUBDIR += pari_nftables
|
|
SUBDIR += pari_seadata
|
|
SUBDIR += paritwine
|
|
SUBDIR += parmetis
|
|
SUBDIR += parmgridgen
|
|
SUBDIR += pdal
|
|
SUBDIR += pear-Math_BigInteger
|
|
SUBDIR += pear-Math_Combinatorics
|
|
SUBDIR += pecl-bitset
|
|
SUBDIR += pecl-stats2
|
|
SUBDIR += permlib
|
|
SUBDIR += petanque
|
|
SUBDIR += petiga
|
|
SUBDIR += php73-bcmath
|
|
SUBDIR += php73-gmp
|
|
SUBDIR += php74-bcmath
|
|
SUBDIR += php74-gmp
|
|
SUBDIR += php80-bcmath
|
|
SUBDIR += php81-bcmath
|
|
SUBDIR += php80-gmp
|
|
SUBDIR += php81-gmp
|
|
SUBDIR += physcalc
|
|
SUBDIR += picosat
|
|
SUBDIR += piranha
|
|
SUBDIR += planarity
|
|
SUBDIR += plantri
|
|
SUBDIR += plman
|
|
SUBDIR += ploticus
|
|
SUBDIR += ploticus-nox11
|
|
SUBDIR += plplot
|
|
SUBDIR += plplot-ada
|
|
SUBDIR += poly2tri
|
|
SUBDIR += polylib
|
|
SUBDIR += polymake
|
|
SUBDIR += primecount
|
|
SUBDIR += primegen
|
|
SUBDIR += primesieve
|
|
SUBDIR += primme
|
|
SUBDIR += prng
|
|
SUBDIR += pspp
|
|
SUBDIR += psurface
|
|
SUBDIR += py-CyLP
|
|
SUBDIR += py-Diofant
|
|
SUBDIR += py-GridDataFormats
|
|
SUBDIR += py-MutatorMath
|
|
SUBDIR += py-PuLP
|
|
SUBDIR += py-PyMetis
|
|
SUBDIR += py-PySCIPOpt
|
|
SUBDIR += py-PyWavelets
|
|
SUBDIR += py-Pyomo
|
|
SUBDIR += py-affine
|
|
SUBDIR += py-algopy
|
|
SUBDIR += py-altgraph
|
|
SUBDIR += py-amply
|
|
SUBDIR += py-apgl
|
|
SUBDIR += py-arviz
|
|
SUBDIR += py-arybo
|
|
SUBDIR += py-autograd
|
|
SUBDIR += py-baycomp
|
|
SUBDIR += py-bayesian-optimization
|
|
SUBDIR += py-benford_py
|
|
SUBDIR += py-bitmath
|
|
SUBDIR += py-bitvector
|
|
SUBDIR += py-bottleneck
|
|
SUBDIR += py-brial
|
|
SUBDIR += py-cdecimal
|
|
SUBDIR += py-chaospy
|
|
SUBDIR += py-claripy
|
|
SUBDIR += py-cma
|
|
SUBDIR += py-cmaes
|
|
SUBDIR += py-colormath
|
|
SUBDIR += py-cryptominisat
|
|
SUBDIR += py-cvxopt
|
|
SUBDIR += py-cvxpy
|
|
SUBDIR += py-cyipopt
|
|
SUBDIR += py-cypari2
|
|
SUBDIR += py-deap
|
|
SUBDIR += py-ducc0
|
|
SUBDIR += py-ecos
|
|
SUBDIR += py-fastcluster
|
|
SUBDIR += py-fastdtw
|
|
SUBDIR += py-flax
|
|
SUBDIR += py-fpylll
|
|
SUBDIR += py-fvcore
|
|
SUBDIR += py-gau2grid
|
|
SUBDIR += py-gimmik
|
|
SUBDIR += py-gmpy
|
|
SUBDIR += py-gmpy2
|
|
SUBDIR += py-gmpy2-devel
|
|
SUBDIR += py-grandalf
|
|
SUBDIR += py-graphillion
|
|
SUBDIR += py-gym
|
|
SUBDIR += py-hdbscan
|
|
SUBDIR += py-hdmedians
|
|
SUBDIR += py-heyoka
|
|
SUBDIR += py-iminuit
|
|
SUBDIR += py-intspan
|
|
SUBDIR += py-iohexperimenter
|
|
SUBDIR += py-jax
|
|
SUBDIR += py-keras
|
|
SUBDIR += py-keras-applications
|
|
SUBDIR += py-keras-preprocessing
|
|
SUBDIR += py-kiwisolver
|
|
SUBDIR += py-levmar
|
|
SUBDIR += py-libpoly
|
|
SUBDIR += py-luminol
|
|
SUBDIR += py-mathics
|
|
SUBDIR += py-mathics-scanner
|
|
SUBDIR += py-matplotlib
|
|
SUBDIR += py-matplotlib-inline
|
|
SUBDIR += py-matplotlib-scalebar
|
|
SUBDIR += py-matplotlib2
|
|
SUBDIR += py-mip
|
|
SUBDIR += py-mixsimulator
|
|
SUBDIR += py-mpmath
|
|
SUBDIR += py-munkres
|
|
SUBDIR += py-munkres10
|
|
SUBDIR += py-ndindex
|
|
SUBDIR += py-networkx
|
|
SUBDIR += py-nevergrad
|
|
SUBDIR += py-numexpr
|
|
SUBDIR += py-numpoly
|
|
SUBDIR += py-numpy
|
|
SUBDIR += py-numpy-stl
|
|
SUBDIR += py-openTSNE
|
|
SUBDIR += py-opt-einsum
|
|
SUBDIR += py-optuna
|
|
SUBDIR += py-or-tools
|
|
SUBDIR += py-osqp
|
|
SUBDIR += py-pandas
|
|
SUBDIR += py-pandas-datareader
|
|
SUBDIR += py-patsy
|
|
SUBDIR += py-pdal
|
|
SUBDIR += py-permutation
|
|
SUBDIR += py-petsc4py
|
|
SUBDIR += py-piranha
|
|
SUBDIR += py-plastex
|
|
SUBDIR += py-point-annotator
|
|
SUBDIR += py-pplpy
|
|
SUBDIR += py-primme
|
|
SUBDIR += py-pyFFTW
|
|
SUBDIR += py-pybloom
|
|
SUBDIR += py-pyclipper
|
|
SUBDIR += py-pycosat
|
|
SUBDIR += py-pygsl
|
|
SUBDIR += py-pygslodeiv2
|
|
SUBDIR += py-pyhull
|
|
SUBDIR += py-pyipopt
|
|
SUBDIR += py-pymc3
|
|
SUBDIR += py-pynauty
|
|
SUBDIR += py-pyneqsys
|
|
SUBDIR += py-pynleq2
|
|
SUBDIR += py-pynndescent
|
|
SUBDIR += py-pyodeint
|
|
SUBDIR += py-pyodesys
|
|
SUBDIR += py-pyreadr
|
|
SUBDIR += py-pysmt
|
|
SUBDIR += py-pystan
|
|
SUBDIR += py-pysym
|
|
SUBDIR += py-pytanque
|
|
SUBDIR += py-python-fcl
|
|
SUBDIR += py-python-igraph
|
|
SUBDIR += py-python-louvain
|
|
SUBDIR += py-python-picard
|
|
SUBDIR += py-pytorchvideo
|
|
SUBDIR += py-pyvtk
|
|
SUBDIR += py-qdldl
|
|
SUBDIR += py-quadprog
|
|
SUBDIR += py-random2
|
|
SUBDIR += py-roman
|
|
SUBDIR += py-rpy2
|
|
SUBDIR += py-rvlib
|
|
SUBDIR += py-scikit-umfpack
|
|
SUBDIR += py-scs
|
|
SUBDIR += py-seaborn
|
|
SUBDIR += py-secp256k1
|
|
SUBDIR += py-seriate
|
|
SUBDIR += py-simhash
|
|
SUBDIR += py-snuggs
|
|
SUBDIR += py-spectral
|
|
SUBDIR += py-spglm
|
|
SUBDIR += py-spint
|
|
SUBDIR += py-splot
|
|
SUBDIR += py-spopt
|
|
SUBDIR += py-spot
|
|
SUBDIR += py-spreg
|
|
SUBDIR += py-spvcm
|
|
SUBDIR += py-ssm
|
|
SUBDIR += py-statsmodels
|
|
SUBDIR += py-svgmath
|
|
SUBDIR += py-sym
|
|
SUBDIR += py-symcxx
|
|
SUBDIR += py-sympy
|
|
SUBDIR += py-theano
|
|
SUBDIR += py-triangle
|
|
SUBDIR += py-uncertainties
|
|
SUBDIR += py-unyt
|
|
SUBDIR += py-vincenty
|
|
SUBDIR += py-yt
|
|
SUBDIR += py-z3-solver
|
|
SUBDIR += pynac
|
|
SUBDIR += qalculate
|
|
SUBDIR += qd
|
|
SUBDIR += qhull
|
|
SUBDIR += qhull8
|
|
SUBDIR += qposases
|
|
SUBDIR += qrupdate
|
|
SUBDIR += qtiplot-doc
|
|
SUBDIR += qwtplot3d
|
|
SUBDIR += randlib
|
|
SUBDIR += rankwidth
|
|
SUBDIR += rapid
|
|
SUBDIR += reduce
|
|
SUBDIR += reduce-psl
|
|
SUBDIR += reed-solomon
|
|
SUBDIR += rehearse
|
|
SUBDIR += rexx-regmath
|
|
SUBDIR += rkward-kde
|
|
SUBDIR += rngstreams
|
|
SUBDIR += rocs
|
|
SUBDIR += rpcalc
|
|
SUBDIR += rubiks
|
|
SUBDIR += rubygem-algebra
|
|
SUBDIR += rubygem-bigdecimal
|
|
SUBDIR += rubygem-enumerable-statistics
|
|
SUBDIR += rubygem-expression_parser
|
|
SUBDIR += rubygem-fftw3
|
|
SUBDIR += rubygem-mathn
|
|
SUBDIR += rubygem-matrix
|
|
SUBDIR += rubygem-mtrc
|
|
SUBDIR += rubygem-narray
|
|
SUBDIR += rubygem-narray_miss
|
|
SUBDIR += rubygem-numru-misc
|
|
SUBDIR += rubygem-numru-units
|
|
SUBDIR += rubygem-prime
|
|
SUBDIR += rubygem-rb-gsl
|
|
SUBDIR += rumur
|
|
SUBDIR += saga
|
|
SUBDIR += sage
|
|
SUBDIR += sc
|
|
SUBDIR += sc-im
|
|
SUBDIR += scalapack
|
|
SUBDIR += scilab
|
|
SUBDIR += scilab-toolbox-swt
|
|
SUBDIR += scs
|
|
SUBDIR += sdpa
|
|
SUBDIR += secp256k1
|
|
SUBDIR += sfft
|
|
SUBDIR += simd-viterbi
|
|
SUBDIR += singular
|
|
SUBDIR += sisl
|
|
SUBDIR += slatec
|
|
SUBDIR += sleef
|
|
SUBDIR += slgrace
|
|
SUBDIR += snns
|
|
SUBDIR += solitaire
|
|
SUBDIR += sound-of-sorting
|
|
SUBDIR += spar
|
|
SUBDIR += spblas
|
|
SUBDIR += spectra
|
|
SUBDIR += speedcrunch
|
|
SUBDIR += spooles
|
|
SUBDIR += spooles-mpich
|
|
SUBDIR += spot
|
|
SUBDIR += sprng
|
|
SUBDIR += stan
|
|
SUBDIR += stanmath
|
|
SUBDIR += stp
|
|
SUBDIR += suitesparse
|
|
SUBDIR += suitesparse-amd
|
|
SUBDIR += suitesparse-btf
|
|
SUBDIR += suitesparse-camd
|
|
SUBDIR += suitesparse-ccolamd
|
|
SUBDIR += suitesparse-cholmod
|
|
SUBDIR += suitesparse-colamd
|
|
SUBDIR += suitesparse-config
|
|
SUBDIR += suitesparse-csparse
|
|
SUBDIR += suitesparse-cxsparse
|
|
SUBDIR += suitesparse-graphblas
|
|
SUBDIR += suitesparse-klu
|
|
SUBDIR += suitesparse-ldl
|
|
SUBDIR += suitesparse-mongoose
|
|
SUBDIR += suitesparse-rbio
|
|
SUBDIR += suitesparse-slip_lu
|
|
SUBDIR += suitesparse-spqr
|
|
SUBDIR += suitesparse-umfpack
|
|
SUBDIR += sundials
|
|
SUBDIR += superlu
|
|
SUBDIR += symengine
|
|
SUBDIR += symmetrica
|
|
SUBDIR += symphony
|
|
SUBDIR += sympol
|
|
SUBDIR += sympow
|
|
SUBDIR += tablix
|
|
SUBDIR += taucs
|
|
SUBDIR += tblis
|
|
SUBDIR += testu01
|
|
SUBDIR += tetgen
|
|
SUBDIR += teyjus
|
|
SUBDIR += timbl
|
|
SUBDIR += tiny-bignum-c
|
|
SUBDIR += tmv
|
|
SUBDIR += tomsfastmath
|
|
SUBDIR += topaz
|
|
SUBDIR += topcom
|
|
SUBDIR += triangle
|
|
SUBDIR += trlan
|
|
SUBDIR += tvmet
|
|
SUBDIR += ump
|
|
SUBDIR += units
|
|
SUBDIR += universal
|
|
SUBDIR += unuran
|
|
SUBDIR += vampire
|
|
SUBDIR += viennacl
|
|
SUBDIR += vinci
|
|
SUBDIR += visualpolylib
|
|
SUBDIR += vowpal_wabbit
|
|
SUBDIR += vtk6
|
|
SUBDIR += vtk8
|
|
SUBDIR += vtk9
|
|
SUBDIR += wavelib
|
|
SUBDIR += wcalc
|
|
SUBDIR += wfmath
|
|
SUBDIR += wxmaxima
|
|
SUBDIR += xblas
|
|
SUBDIR += xfce4-calculator-plugin
|
|
SUBDIR += xgraph
|
|
SUBDIR += xlapack
|
|
SUBDIR += xldlas
|
|
SUBDIR += xlife++
|
|
SUBDIR += xplot
|
|
SUBDIR += xspread
|
|
SUBDIR += xtensor
|
|
SUBDIR += xtensor-blas
|
|
SUBDIR += xtensor-io
|
|
SUBDIR += xtensor-python
|
|
SUBDIR += yacas
|
|
SUBDIR += yices
|
|
SUBDIR += z3
|
|
SUBDIR += zarray
|
|
SUBDIR += zegrapher
|
|
SUBDIR += zimpl
|
|
SUBDIR += zn_poly
|
|
|
|
.include <bsd.port.subdir.mk>
|