Bug 72265 - math/scalapack: fix build after changes to make(1) on FreeBSD >= 5.x.
Summary: math/scalapack: fix build after changes to make(1) on FreeBSD >= 5.x.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-02 21:50 UTC by Thierry Thomas
Modified: 2004-10-19 03:26 UTC (History)
1 user (show)

See Also:


Attachments
scalapack.diff (13.47 KB, patch)
2004-10-02 21:50 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2004-10-02 21:50:33 UTC
	This port uses $ARCH to define ar(1), and this conflicts with our
	${ARCH}.

	Since I'm there, pet portlint with %%DOCSDIR%%, %%DATADIR%%, and
	pkg-message.

Fix: Please apply the following patch:
How-To-Repeat: 	cd /usr/ports/math/scalapack
	make

	You should get the following error:

	8<	8<	8<
f77 -c -O slaran.f
f77 -c -O slarnd.f
i386 cr /usr/ports/math/scalapack/work/SCALAPACK/libscalapack.a sbdsqr.o sgbtf2.o sgbtrf.o sgetf2.o sgetrf.o sgetrs.o slaev2.o  slahqr.o slange.o slanhs.o slanv2.o slarf.o  slarfb.o slarfg.o slarft.o  slasr.o  slaswp.o sorm2l.o sorm2r.o sormql.o sormqr.o sormtr.o sstein.o  stbtrs.o spbtrf.o spttrf.o strtrs.o spotrf.o spbtf2.o spotf2.o  ssytrd.o ssytd2.o sstedc.o slatrd.o icopy.o ilaenv.o lsame.o  lsamen.o xerbla.o slabad.o slacpy.o sladiv.o slae2.o slaed0.o slaed1.o slaed2.o  slaed3.o slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o  slaeda.o slagtf.o slagts.o slamch.o slamrg.o  slanst.o slapy2.o slapy3.o slarnv.o slartg.o slaruv.o slas2.o  slascl.o slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o  slasq6.o slasrt.o slassq.o slasv2.o ssterf.o ssteqr.o  slatms.o slagge.o slagsy.o slarot.o slatm1.o slaran.o slarnd.o
i386:No such file or directory
*** Error code 1

Stop in /usr/ports/math/scalapack/work/SCALAPACK/TOOLS/LAPACK.
*** Error code 1

Stop in /usr/ports/math/scalapack/work/SCALAPACK/TOOLS.
*** Error code 1

Stop in /usr/ports/math/scalapack/work/SCALAPACK.
*** Error code 1

Stop in /usr/ports/math/scalapack.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-10-02 21:53:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho


Over to the maintainer.
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2004-10-19 03:26:11 UTC
State Changed
From-To: open->closed

Committed, thanks!