Bug 166010 - math/superlu: also build shared object instead of only the static archive
Summary: math/superlu: also build shared object instead of only the static archive
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: 2012-03-13 14:40 UTC by O. Hartmann
Modified: 2012-03-14 01:50 UTC (History)
0 users

See Also:


Attachments
file.shar (9.00 KB, text/plain)
2012-03-13 14:40 UTC, O. Hartmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2012-03-13 14:40:02 UTC
Trying to do some ports (AMES stereopipeline, ASP) for FreeBSD ports, I ran into the issue that math/superlu isn't providing a suitable shared object to compile ASP against.

It seems that Linux folks deal with teh problem providing the shared object, so I looked for a general solution on FreeBSD. 

Since I felt better having math/superlu building a shared object than fiddling around with the build environment provided by NASA's stereopipeline, I' like to provide hereby some patches.

Please revise and merge them, if valuable.

Regards,
Oliver

Fix: Attached, you'll find a SHAR archive of the recent port.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-13 14:41:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-14 01:44:17 UTC
maho        2012-03-14 01:44:04 UTC

  FreeBSD ports repository

  Modified files:
    math/superlu         Makefile pkg-plist 
    math/superlu/files   patch-make.inc 
  Log:
  also build shared object instead of only the static archive,
  and bump portrevision.
  
  PR:             166010
  Submitted by:   Oliver Hartmann <ohartman@zedat.fu-berlin.de>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.43      +6 -1      ports/math/superlu/Makefile
  1.6       +14 -10    ports/math/superlu/files/patch-make.inc
  1.12      +2 -0      ports/math/superlu/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-03-14 01:44:46 UTC
maho        2012-03-14 01:44:37 UTC

  FreeBSD ports repository

  Added files:
    math/superlu/files   patch-SRC-Makefile 
  Log:
  also build shared object instead of only the static archive
  
  PR:             166010
  Submitted by:   Oliver Hartmann <ohartman@zedat.fu-berlin.de>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1       +44 -0     ports/math/superlu/files/patch-SRC-Makefile (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Maho Nakata freebsd_committer freebsd_triage 2012-03-14 01:44:56 UTC
State Changed
From-To: open->closed

committed, thanks!