Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #32076: disable ocl in linbox configure
Browse files Browse the repository at this point in the history
See https://groups.google.com/g/sage-support/c/f6ZuvDzZAoM

URL: https://trac.sagemath.org/32076
Reported by: vdelecroix
Ticket author(s): Vincent Delecroix
Reviewer(s): Isuru Fernando
  • Loading branch information
Release Manager committed Jul 18, 2021
2 parents 37163da + b9ea529 commit 5e648d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=7b88d740d7ed702c15cb4048ae08c2faf2e9852c
md5=6252f2920838a7ea42b17845aa9782a2
cksum=2536572108
sha1=22a8c7e681d106378a80fc9fad15010b992db04a
md5=e55e086d69e3b0d1cfae0700aa2f9827
cksum=961619397
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
06ec5d949d4ac37fffbebba5ab2ad5294cb141e1
1bb10552aaaa4ac416a72bfbed4d982aebbd8cc3
4 changes: 3 additions & 1 deletion build/pkgs/linbox/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ fi

# We disable openmp because of build failures, see
# http://trac.sagemath.org/ticket/17635#comment:67
# We disable ocl because of build failures, see
# https://trac.sagemath.org/ticket/32076
sdh_configure --with-default="$SAGE_LOCAL" \
--disable-static --disable-openmp \
--disable-static --disable-openmp --without-ocl \
$LINBOX_CONFIGURE
sdh_make
sdh_make_install

0 comments on commit 5e648d8

Please sign in to comment.