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

Commit

Permalink
build/pkgs/giac/spkg-install.in: Work around xcas::localisation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 9, 2022
1 parent 4160a64 commit d2ade90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/pkgs/giac/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ if [ `uname -m` = "ppc64" ]; then
CPPFLAGS="-Dx86_64 $CPPFLAGS"
fi

# #31563: Kick the can down the road
CPPFLAGS="-DUSE_OBJET_BIDON=1 $CPPFLAGS"

# Using pari in a C++17 file with "using namespace std doesn't
# work due to a conflict between std::rank and pari's rank
# -std=c++17 is in the default flags on conda;
Expand Down

0 comments on commit d2ade90

Please sign in to comment.