Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/pkgs/cocoalib: Update to 0.99850 #38411

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions build/pkgs/cocoalib/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tarball=CoCoALib-VERSION.tgz
sha1=087b7fa3d905c47a6ff70e4e4cc2fbc031227631
sha256=c7d3d69b44eefd316a456720aee4cf1fdf74ad9940f527646533fe1540add4ba
sha1=83f33d6e8fa5c35dd7b2143e6a730a6412b7b52b
sha256=d3e7af0153c6950f83f4e3556540f0177fedf5179f0f7667b7d6d670268fd445
upstream_url=https://cocoa.dima.unige.it/cocoa/cocoalib/tgz/CoCoALib-VERSION.tgz
2 changes: 1 addition & 1 deletion build/pkgs/cocoalib/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.99564
0.99850
50 changes: 0 additions & 50 deletions build/pkgs/cocoalib/patches/overwrite_install.patch

This file was deleted.

6 changes: 4 additions & 2 deletions build/pkgs/cocoalib/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ cd src/
# there is room for adding more options (set some flags, use a lot of libraries
# shipped with Sage): go to the source directory and type: ./configure --help

# Avoid ERROR: specified compiler "g++ -std=gnu++11" is not executable. [[verify-compiler.sh]]
export CXX=$(echo "$CXX" | sed 's/ *-std=[a-z0-9+]*//g')

# This is NOT a autoconf script, so sdh_configure does not work
./configure --prefix="${SAGE_LOCAL}" \
--with-libgmp="${SAGE_LOCAL}/lib/libgmp.a"
./configure --prefix="${SAGE_LOCAL}"

sdh_make library
sdh_make install
Loading