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

Commit

Permalink
sage.env (cython_aliases) [CYGWIN]: Remove CBLAS_LIBS workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 14, 2020
1 parent 00bea1c commit b5963fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sage/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,6 @@ def uname_specific(name, value, alternative):
aliases["LINBOX_CFLAGS"].append("-std=gnu++11")
aliases["ARB_LIBRARY"] = ARB_LIBRARY

# TODO: Remove Cygwin hack by installing a suitable cblas.pc
if os.path.exists('/usr/lib/libblas.dll.a'):
aliases["CBLAS_LIBS"] = ['gslcblas']

try:
aliases["M4RI_CFLAGS"].remove("-pedantic")
except ValueError:
Expand Down

0 comments on commit b5963fc

Please sign in to comment.