Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 14:52:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193531] New port: cad/elmerfem
Message-ID:  <bug-193531-13-EQ0iGSvU4H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193531-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193531-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193531

Thierry Thomas <thierry@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |In Discussion
                 CC|                            |thierry@FreeBSD.org
           Assignee|freebsd-ports-bugs@FreeBSD. |thierry@FreeBSD.org
                   |org                         |

--- Comment #1 from Thierry Thomas <thierry@FreeBSD.org> ---
Hello Pedro,

Trying to discover why this port has a so special build mechanism (cheating
with configure and build and do everything in the install target), I remarked
that upstream is replacing configure by cmake, so I tried it: see the attached
patch.

With cmake, it configures, builds and installs cleanly, but the results are
very different:

- it depends on a MPI provider (depency added to net/mpich2)

- the previous prefix was /usr/local/elmer, and now it installs by default
under the regular /usr/local (could be changed if needed)

- the two modules meshgen2d and post do not contain a CMakeLists.txt file, so
that they are not built. Are they deprecated, or is it an error?

Let me know what you think about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193531-13-EQ0iGSvU4H>