#4930: [with spkg, needs review] 3.2.3.rc0: Fix bug in ATLAS' spkg-install that
breaks the install target for dynamic libs
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: assigned
Priority: blocker | Milestone: sage-3.2.3
Component: packages | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Changes (by mabshoff):
* status: new => assigned
* summary: [with spkg, needs review] 3.2.3.final: Fix bug in ATLAS'
spkg-install that breaks the install target for
dynamic libs => [with spkg, needs review]
3.2.3.rc0: Fix bug in ATLAS' spkg-install that
breaks the install target for dynamic libs
Comment:
The spkg at
http://sage.math.washington.edu/home/mabshoff/spkgs/atlas-3.8.2.p0.spkg
fixes the issue. The only "real" difference is this:
{{{
--- a/spkg-install Thu Jan 01 21:06:49 2009 -0800
+++ b/spkg-install Fri Jan 02 19:29:51 2009 -0800
@@ -73,7 +73,7 @@
cp patches/probe_comp.c src/CONFIG/src/probe_comp.c
# add dynamic libs make install targets
echo Updating Make.top
-cp patches/Make.top src/ATLAS/
+cp patches/Make.top src
# add K7, Pentium M and non-AltiVec G4 profiles
cp patches/*tgz src/CONFIG/ARCHS
}}}
The location of the ATLAS src was adjusted from src/ATLAS to src, so the
improvements to Make.top were not copied correctly. This caused
libatlas.so, libcblas.so and libf77blas.so not to be copied over for "make
install".
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4930#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---