mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Update to work with latest rawhide atlas
This commit is contained in:
parent
79a9bb596b
commit
11b0fd500d
2 changed files with 25 additions and 23 deletions
|
@ -104,7 +104,7 @@ diff -up sage-5.10/spkg/build/sage-5.10/setup.py.orig sage-5.10/spkg/build/sage-
|
|||
m.extra_compile_args += extra_compile_args
|
||||
m.extra_link_args += extra_link_args
|
||||
- m.library_dirs += ['%s/lib' % SAGE_LOCAL]
|
||||
+ m.library_dirs += ['c_lib', '%s/lib' % SAGE_LOCAL]
|
||||
+ m.library_dirs += ['@@libdir@@/atlas', 'c_lib', '%s/lib' % SAGE_LOCAL]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue