The port cad/salome depends on math/metis by default. So, it's impossible to install Code_Aster (french/aster) on the same machine, because this ports depends on math/metis-edf, which conflicts with the regular metis. The proposed patch lets Salome depends on metis-edf by default (unless the regular metis is already installed). Thus, it becomes possible to port Salome-Meca. Fix: Please apply the hereunder patch: How-To-Repeat: - install Salome; - try to install french/aster.
Responsible Changed From-To: freebsd-ports-bugs->thierry Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of cad/salome, Please note that PR ports/146738 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146738 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Ok, let's commit it.
thierry 2010-05-25 22:02:11 UTC FreeBSD ports repository Modified files: cad/salome Makefile Makefile.ext Log: Switch from metis to metis-edf by default, so that Salome can be installed on a machine where Code_Aster is already installed. PR: ports/146738 Approved by: maintainer Revision Changes Path 1.5 +1 -1 ports/cad/salome/Makefile 1.3 +9 -4 ports/cad/salome/Makefile.ext _______________________________________________ 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"
State Changed From-To: feedback->closed Approved by the maintainer and committed (with a little change, because libmetis from metis-edf is not shared on 64 bits platforms).