Skip to content

Commit 1713eed

Browse files
author
Matthias Koeppe
committed
src/sage/env.py: Remove commented-out cygwin code
1 parent 68c4600 commit 1713eed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sage/env.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,6 @@ def uname_specific(name, value, alternative):
468468

469469
aliases["ARB_LIBRARY"] = ARB_LIBRARY
470470

471-
# TODO: Remove Cygwin hack by installing a suitable cblas.pc
472-
# if os.path.exists('/usr/lib/libblas.dll.a'):
473-
# aliases["CBLAS_LIBS"] = ['gslcblas']
474-
475471
try:
476472
aliases["M4RI_CFLAGS"].remove("-pedantic")
477473
except (ValueError, KeyError):

0 commit comments

Comments
 (0)