Opened 6 years ago
Closed 6 years ago
#18689 closed enhancement (fixed)
GAP 4.7.8
Reported by: | slelievre | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.8 |
Component: | packages: standard | Keywords: | |
Cc: | burcin, dimpase, fbissey, jdemeyer, jhpalmieri, mmarco, ppurka, rbeezer, vbraun, ncohen | Merged in: | |
Authors: | Dima Pasechnik, Volker Braun | Reviewers: | Nathann Cohen |
Report Upstream: | N/A | Work issues: | |
Branch: | f633941 (Commits) | Commit: | f633941f718a9eb7dbec4ea2296435379c70676e |
Dependencies: | Stopgaps: |
Description (last modified by )
GAP 4.7.8 is out, as announced on the GAP development mailing list.
updated tarballs are here:
http://users.ox.ac.uk/~coml0531/sage/gap-4.7.8.tar.bz2 http://users.ox.ac.uk/~coml0531/sage/gap_packages-4.7.8.tar.bz2 http://users.ox.ac.uk/~coml0531/sage/database_gap-4.7.8.tar.bz2 https://bitbucket.org/vbraun/libgap/downloads/libgap-4.7.8.tar.gz
Change History (18)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
- Branch set to public/gap478
- Commit set to a95c4299c6f7bc72f92abd57066726b0acab858f
- Description modified (diff)
comment:3 Changed 6 years ago by
I have trouble making a working updated libgap
. Not the least due to obsolete instructions on how this is done... Any takers? Volker?
comment:4 Changed 6 years ago by
- Status changed from new to needs_info
I've wasted a couple of hours on libGAP
. If anyone wants to have a go at it, please do...
comment:5 Changed 6 years ago by
- Status changed from needs_info to needs_work
comment:6 Changed 6 years ago by
Trouble is that the instructions to update the GAP version of libGAP
still refer to the pre-git era, gving you an spkg file in the end...
comment:7 follow-up: ↓ 13 Changed 6 years ago by
which instructions?
comment:8 Changed 6 years ago by
- Description modified (diff)
comment:9 Changed 6 years ago by
- Commit changed from a95c4299c6f7bc72f92abd57066726b0acab858f to f633941f718a9eb7dbec4ea2296435379c70676e
Branch pushed to git repo; I updated commit sha1. New commits:
f633941 | Update to libgap 4.7.8
|
comment:10 Changed 6 years ago by
- Cc ncohen added
comment:11 Changed 6 years ago by
- Status changed from needs_work to needs_review
comment:12 Changed 6 years ago by
with #18626 applied, all ptestlong pass.
comment:13 in reply to: ↑ 7 Changed 6 years ago by
Replying to vbraun:
which instructions?
there is a place saying that you should run libGAP/spkg/make-spkg.sh
, which is certainly obsolete...
perhaps this script should be updated or just removed.
comment:14 Changed 6 years ago by
I cannot download the libgap
tarball
wget https://bitbucket.org/vbraun/libgap/downloads/libgap-4.7.8.tar.gz converted 'https://bitbucket.org/vbraun/libgap/downloads/libgap-4.7.8.tar.gz' (ANSI_X3.4-1968) -> 'https://bitbucket.org/vbraun/libgap/downloads/libgap-4.7.8.tar.gz' (UTF-8) --2015-06-19 12:12:03-- https://bitbucket.org/vbraun/libgap/downloads/libgap-4.7.8.tar.gz Resolving bitbucket.org (bitbucket.org)... 131.103.20.167, 131.103.20.168 Connecting to bitbucket.org (bitbucket.org)|131.103.20.167|:443... connected. HTTP request sent, awaiting response... 302 FOUND Location: https://bbuseruploads.s3.amazonaws.com/vbraun/libgap/downloads/libgap-4.7.8.tar.gz?Signature=wMLncVuslbghMhUu8F%2F7FFqa%2BHY%3D&Expires=1434674487&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22libgap-4.7.8.tar.gz%22 [following] converted 'https://bbuseruploads.s3.amazonaws.com/vbraun/libgap/downloads/libgap-4.7.8.tar.gz?Signature=wMLncVuslbghMhUu8F%2F7FFqa%2BHY%3D&Expires=1434674487&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22libgap-4.7.8.tar.gz%22' (ANSI_X3.4-1968) -> 'https://bbuseruploads.s3.amazonaws.com/vbraun/libgap/downloads/libgap-4.7.8.tar.gz?Signature=wMLncVuslbghMhUu8F/7FFqa+HY=&Expires=1434674487&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment; filename="libgap-4.7.8.tar.gz"' (UTF-8) --2015-06-19 12:12:04-- https://bbuseruploads.s3.amazonaws.com/vbraun/libgap/downloads/libgap-4.7.8.tar.gz?Signature=wMLncVuslbghMhUu8F/7FFqa+HY=&Expires=1434674487&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment;%20filename=%22libgap-4.7.8.tar.gz%22 Resolving bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)... 54.231.244.1 Connecting to bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)|54.231.244.1|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2015-06-19 12:12:06 ERROR 403: Forbidden.
looping....
comment:15 Changed 6 years ago by
Quite weird, downloading from the web-browser worked.
comment:16 Changed 6 years ago by
I checked the branch's code and the packages. Now running all tests.
Nathann
comment:17 Changed 6 years ago by
- Reviewers set to Nathann Cohen
- Status changed from needs_review to positive_review
Goooooooood!
Nathann
comment:18 Changed 6 years ago by
- Branch changed from public/gap478 to f633941f718a9eb7dbec4ea2296435379c70676e
- Resolution set to fixed
- Status changed from positive_review to closed
I'll have a go at it, unless someone already (almost) fixed this.