Search Criteria
Package Details: macaulay2 19030.995c6fd8c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/macaulay2.git (read-only, click to copy) |
---|---|
Package Base: | macaulay2 |
Description: | Software system for algebraic geometry and commutative algebra |
Upstream URL: | http://www.math.uiuc.edu/Macaulay2/ |
Licenses: | GPL |
Submitter: | remyoudompheng |
Maintainer: | ConnorBehan |
Last Packager: | ConnorBehan |
Votes: | 7 |
Popularity: | 0.029270 |
First Submitted: | 2009-04-09 17:09 (UTC) |
Last Updated: | 2024-04-04 17:04 (UTC) |
Dependencies (26)
- boost (boost-gitAUR)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- cddlib
- eigen (eigen-gitAUR)
- flint
- frobbyAUR
- gc (gc-gitAUR)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR)
- gdbm (gdbm-gitAUR)
- gfan
- givaro
- glpk (glpk-gitAUR, glpk-cut-logAUR)
- gtest (googletest-gitAUR)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- mpfr (mpfr-gitAUR)
- mpirAUR
- mpsolveAUR (mpsolve-gitAUR)
- ntl (ntl-threadingAUR)
- onetbb
- readline (readline-gitAUR)
- Show 6 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
lutuputu commented on 2024-03-09 11:45 (UTC)
I face the same error as @ghbrown does.
ghbrown commented on 2024-02-19 21:02 (UTC)
I face the following issue when trying to install.
When grepping I found some lines where it should be automatically detected and set via flags, but somehow that's not happening and the comparison fails.
curranmc commented on 2023-03-14 21:15 (UTC)
Hi Connor, can you please remove pr2536.patch from this package? It is currently broken, since that PR was merged here: https://github.com/Macaulay2/M2/pull/2536
To any other users: in the meantime, you can make this package work by commenting out line 22, which reads
patch -Np1 -i ../pr2536.patch
.fish-monster commented on 2022-11-14 10:58 (UTC) (edited on 2022-11-14 11:05 (UTC) by fish-monster)
I come across the following error when building:
Removing the file bin and rerunning it does not change anything. Removing everything and starting from anew also not.
halun commented on 2022-08-06 10:19 (UTC)
OK. Thanks.
ConnorBehan commented on 2022-08-05 21:44 (UTC)
Alright, the PKGBUILD now applies the patch you mention. The config file with $srcdir is something that would only be used if you tried to write a program depending on M2. But maybe the warning will go away if you install fflas-ffpack from [community] before starting the build.
halun commented on 2022-08-05 10:38 (UTC) (edited on 2022-08-05 10:38 (UTC) by halun)
At the end of the build process, I got the following message:
The command
suggested by the Arch Wiki in this situation lists the following 25 binaries:
And it also finds a match in one text file, namely the one which after package installation ends up at
starting with the lines
This clearly seems completely wrong. Does anyone know what the intended 'prefix' directory is, and how to correct this (including the binary files, if they are also problematic)?
halun commented on 2022-08-05 10:26 (UTC) (edited on 2022-08-05 10:38 (UTC) by halun)
I was able to work around the CotangentSchubert build error mentioned in previous comments, by manually applying the fix from https://github.com/Macaulay2/M2/pull/2536/files (using the substitution trick courtesy of https://superuser.com/a/802490). Like this: after the 'sed' lines in the 'build()' section of the PKGBUILD, add the lines
By the way, I also removed the 'frobby' dependency, and replaced 'singular-factory' with 'singular', and it seems to have worked fine.
Alad commented on 2022-07-03 17:18 (UTC) (edited on 2022-07-03 18:56 (UTC) by Alad)
This builds fine with gcc 12.1
Also, why fix
make -j1
? The compilation is pretty slow because of it.edit: the build failed after several hours :-(
DanGrayson commented on 2022-06-28 13:58 (UTC)
We've had givaro listed in the INSTALL file for Arch Linux since 2016-08-20; I hope we can get issue #2513 resolved soon.
1 2 3 4 5 6 .. 8 Next › Last »