Search Criteria
Package Details: singular-factory 4.2.0-1
Git Clone URL: | https://aur.archlinux.org/singular-factory.git (read-only, click to copy) |
---|---|
Package Base: | singular-factory |
Description: | Computer Algebra System for polynomial computations: factory and libfac |
Upstream URL: | http://www.singular.uni-kl.de/ |
Licenses: | |
Submitter: | remyoudompheng |
Maintainer: | ConnorBehan |
Last Packager: | ConnorBehan |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2010-06-21 19:49 |
Last Updated: | 2021-01-13 18:29 |
Latest Comments
petRUShka commented on 2019-02-23 22:09
Singular from community and singular-factory are in conflict:
Please add some dependency and conflict management.
mpierce commented on 2017-04-18 18:09
This package doesn't compile (with gcc 6.3.1):
configure: WARNING: unrecognized options: --with-NTL, --without-omalloc
configure: WARNING: Please note that we set empty defaults for `CFLAGS' and `CXXFLAGS' (instead of `-g -O')
configure: WARNING: doxygen not found - will not generate any doxygen documentation
configure: WARNING: unrecognized options: --with-NTL, --without-omalloc
NTLconvert.cc: In function ‘CanonicalForm convertZZ2CF(const NTL::ZZ&)’:
NTLconvert.cc:509:38: error: invalid static_cast from type ‘const raw_ptr {aka _ntl_gbigint_body* const}’ to type ‘long int*’
static_cast<long *>( a.rep.rep ); // what about NTL7?
The options in PKGBUILD should instead be `--with-ntl` (lowercase) and `--enable-omalloc=no`.
Anonymous comment on 2015-04-01 01:36
The included ntl8.patch doesn't seem to find the right file for me (without a bit of manual intervention) -- I think it needs patch -p options tweaking and/or folders trimming off the patch filename.
remyoudompheng commented on 2015-03-26 21:06
Feel free to adopt the package.
czsan commented on 2014-12-03 22:34
I want use the macaulay2 computer algebra system which need this package.
It says error:gmp.h not found. Use option --with-gmp to specify path. In the pkg-build there is this entry:
--with-gmp=/usr/lib
I installed the gpm package, it is on the right place.