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.015238 |
First Submitted: | 2009-04-09 17:09 (UTC) |
Last Updated: | 2024-12-15 03:38 (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)
- scscpAUR
- singular-factoryAUR (singular)
- emacs (emacs-native-comp-gitAUR, emacs-ng-gitAUR, emacs-ngAUR, emacs-lucid-gitAUR, emacs28AUR, emacs28-nativecompAUR, emacs28-noxAUR, emacs-gitAUR, emacs29-gitAUR, emacs-pretestAUR, emacs-pgtk-gitAUR, emacs-lucidAUR, emacs-lucid-nativecompAUR, emacs29-lucid-native-comp-gitAUR, emacs-nativecomp, emacs-nox, emacs-wayland) (make)
- git (git-gitAUR, git-glAUR) (make)
- texinfo (texinfo-gitAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
Dylan14 commented on 2021-07-18 18:49 (UTC)
It should be noted in the PKGBUILD that this conflicts with the givaro package in the repository.
Dylan14 commented on 2021-05-21 13:34 (UTC) (edited on 2021-05-21 13:35 (UTC) by Dylan14)
gcc10 needs to be added as a make dependency, as one of the dependencies that Macaulay downloads when it is building, mathicgb, fails to build under gcc 11.1 (see the following issue: https://github.com/Macaulay2/mathicgb/issues/25). There is a pending pull request to fix this: https://github.com/Macaulay2/mathicgb/pull/26.
DanGrayson commented on 2021-04-02 18:50 (UTC)
Re: "I've heard that one dependency is no longer needed"
They seem to be referring to "frobby", but Macaulay2 still requires it.
micwoj92 commented on 2021-04-02 18:29 (UTC)
Hello, could you either switch to use tags https://github.com/Macaulay2/M2/releases or reupload this as -git package? Also I've heard that one dependency is no longer needed https://aur.archlinux.org/packages/frobby/#comment-799954
8d1h commented on 2021-03-07 15:42 (UTC)
That's great, thanks a lot! Glad I could help.
DanGrayson commented on 2021-03-07 14:04 (UTC)
Oh, right. I've just checked, and our configuration files do not use those two variables, so it's safe for you to remove those lines. I've also checked that autoconf 2.69, which we use, sets them, but autoconf 2.71, which you use, does not. So I've removed those lines in our development branch (see below) and will upgrade the configure script to work well with 2.71 (currently it gets lots of warnings).
commit ffd0589f33e9b95b306720597ba831fcd93be679 (HEAD -> development, upstream/development) Author: Daniel R. Grayson dan@math.uiuc.edu Date: Sun Mar 7 07:50:21 2021 -0600
Thanks for drawing my attention to this.
8d1h commented on 2021-03-07 01:28 (UTC)
From "include/configuration". I first ran
configure
in the "M2" directory, removed the lines, and then ranmake
again and it worked. I guess that this is generated from the template file "include/configuration.in" and somehow these two didn't get replaced?DanGrayson commented on 2021-03-06 18:48 (UTC)
Which file did you remove those lines from?
8d1h commented on 2021-03-06 17:50 (UTC)
I've been running into the same error too. Had to manually remove the two lines with
CXXCPP=@CXXCPP@
andEGREP=@EGREP@
, and the build finished successfully without any other errors.DanGrayson commented on 2021-02-15 23:51 (UTC)
Make sure you've installed the appropriate tbb packages (threaded building blocks).
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »