On Thu, Mar 26, 2015 at 3:01 PM, André Timótheo <[email protected]> wrote: > > How can I disable mshr? How can I download the correct > fenics fenics-install.sh in order to edit it? ( Sorry about this > elementar questions... )
What you can do is the following: git clone https://bitbucket.org/fenics-project/fenics-developer-tools.git cd fenics-developer-tools # open install/profiles/fenics.Linux.yaml and remove mshr ./install/fenics-install.sh install/profiles/fenics.Linux.yaml The problem with this is that you can only build the stable version (currently 1.5.0), not the development version. If you need the development version, you can replace this: ffc: fiat: instant: ufl: uflacs: dolfin: with this: ffc: sources: - key: git:55bde55c4cb663891958b406924c90f1aa3c000b url: https://bitbucket.org/fenics-project/ffc.git fiat: sources: - key: git:1e10862b5c977d8fc683934036dfabf70d6840fa url: https://bitbucket.org/fenics-project/fiat.git instant: sources: - key: git:6618f89725a0abef469aabc3e56ac7cbd407cb85 url: https://bitbucket.org/fenics-project/instant.git ufl: sources: - key: git:981b363da8bd027f77b75dc0cd4d4c4c889e2b85 url: https://bitbucket.org/fenics-project/ufl.git uflacs: sources: - key: git:0e995f107d3dff712ddfe735443abe80082bbfae url: https://bitbucket.org/fenics-project/uflacs.git dolfin: sources: - key: git:31f4ef40c0cc26e1cc878b6e44c122a1f7ecc40b url: https://bitbucket.org/fenics-project/dolfin.git Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
