Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fenics-binder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
navier-fenics
fenics-binder
Commits
88791db5
Commit
88791db5
authored
Nov 24, 2020
by
Jeremy BLEYER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update postBuild
parent
6f946b93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
28 deletions
+1
-28
postBuild
postBuild
+1
-28
No files found.
postBuild
View file @
88791db5
pip install --upgrade gmsh
cd $HOME
git clone https://github.com/pybind/pybind11.git
cd pybind11
git checkout v2.4.3
cd $HOME
export FENICS_VERSION=$(python3 -c"import ffc; print(ffc.__version__)")
git clone --branch=$FENICS_VERSION https://bitbucket.org/fenics-project/dolfin
git clone https://bitbucket.org/fenics-project/mshr
cd mshr/
git checkout 2019.1.0
mkdir -p $HOME/build/mshr $HOME/build/dolfin $HOME/build/pybind11
cd $HOME/build/pybind11
cmake $HOME/pybind11/ -DPYBIND11_TEST=off -DCMAKE_INSTALL_PREFIX=$HOME/install/
make install -j 4
export pybind11_DIR=$HOME/install/pybind11/share/cmake/pybind11/
cd $HOME/build/dolfin
cmake $HOME/dolfin -DCMAKE_INSTALL_PREFIX=$HOME/install/
make install -j 4
cd $HOME/build/mshr
source $HOME/install/share/dolfin/dolfin.conf
cmake $HOME/mshr/ -DCMAKE_INSTALL_PREFIX=$HOME/install/
make install -j 4
cd $HOME/dolfin/python
${KERNEL_PYTHON_PREFIX}/bin/pip install . --user
cd $HOME/mshr/python
${KERNEL_PYTHON_PREFIX}/bin/pip install . --user
cd $HOME
\ No newline at end of file
pip install --upgrade gmsh
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment