mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Version 9.3.
- Drop -arb and -openblas patches. - Add -cvxopt patch. - Add metainfo file.
This commit is contained in:
parent
26b688d416
commit
0a1b42ef2b
21 changed files with 1096 additions and 1037 deletions
|
@ -1,12 +1,12 @@
|
|||
diff -up src/sage/misc/cython.py.orig src/sage/misc/cython.py
|
||||
--- src/sage/misc/cython.py.orig 2020-10-24 11:37:59.000000000 -0600
|
||||
+++ src/sage/misc/cython.py 2020-10-30 16:08:06.039158996 -0600
|
||||
@@ -46,7 +46,7 @@ standard_libs = [
|
||||
] + cblas_libs + [
|
||||
'ntl']
|
||||
--- src/sage/misc/cython.py.orig 2021-05-09 16:00:11.000000000 -0600
|
||||
+++ src/sage/misc/cython.py 2021-05-28 11:28:14.608518654 -0600
|
||||
@@ -53,7 +53,7 @@ def _standard_libs_libdirs_incdirs_alias
|
||||
'ec', 'gsl',
|
||||
] + aliases["CBLAS_LIBRARIES"] + [
|
||||
'ntl']
|
||||
- standard_libdirs = [os.path.join(SAGE_LOCAL, "lib")] + aliases["CBLAS_LIBDIR"] + aliases["NTL_LIBDIR"]
|
||||
+ standard_libdirs = [os.path.realpath(os.path.join(SAGE_LOCAL, "lib"))] + aliases["CBLAS_LIBDIR"] + aliases["NTL_LIBDIR"]
|
||||
standard_incdirs = sage_include_directories() + aliases["CBLAS_INCDIR"] + aliases["NTL_INCDIR"]
|
||||
return standard_libs, standard_libdirs, standard_incdirs, aliases
|
||||
|
||||
-standard_libdirs = [os.path.join(SAGE_LOCAL, "lib")] + cblas_library_dirs
|
||||
+standard_libdirs = [os.path.realpath(os.path.join(SAGE_LOCAL, "lib"))] + cblas_library_dirs
|
||||
|
||||
|
||||
################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue