First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 146512
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Donnie Berkholz <dberkholz@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 146512 depends on: Show dependency tree
Show dependency graph
Bug 146512 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-05 22:33 0000
I think the by-hand libtool run in the ebuild is broken, the --tag=F77 always
runs g77.

------- Comment #1 From Markus Dittrich 2006-09-06 13:33:17 0000 -------
Hmm, I think libtool uses whatever is defined in /usr/bin/libtool under 

# ### BEGIN LIBTOOL TAG CONFIG: F77

which is i686-pc-linux-gnu-gfortran in my case and linking with
--tag=F77 works fine. Have you tried re-emerging libtool with
gcc-4.1.1 to see if it picks up gfortran? Kind of annoying though
for people who switch back and forth between gcc-3 and gcc-4.

Markus

------- Comment #2 From Donnie Berkholz 2006-09-06 13:35:57 0000 -------
Yes, I have g77 in there instead of gfortran. Presumably a remerge would change
this, but I also would prefer if it were unnecessary.

When I autotooled the *-reference ebuilds, things just worked. Maybe a
mini-autotooling here could work.

------- Comment #3 From Markus Dittrich 2006-09-06 21:17:14 0000 -------
I had another look and I think the solution is very simple. We're already
using the autotooled lapack, hence instead of calling /usr/bin/libtool we
just use the one in ${WORKDIR}/LAPACK which amounts to replacing
libtool by ../libtool.

This seems to work for me. I'll commit the change tomorrow unless I discover
any breakage.

Markus

------- Comment #4 From Markus Dittrich 2006-09-07 17:47:01 0000 -------
Using the autotooled libtool from lapack-reference works fine for 
me and I've committed the changes to cvs.

Best,
Markus

First Last Prev Next    No search results available      Search page      Enter new bug