Skip to content

Commit

Permalink
Fix fenics import directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Africa committed Oct 28, 2021
1 parent 084f00c commit d3085ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/fenics/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ setenv("mkFenicsInc", "$dstdir/include")
prepend_path("PATH", "$dstdir/bin")
prepend_path("MANPATH", "$dstdir/share/man")
prepend_path("PYTHONPATH", "$dstdir/lib/python3.9/site-packages")
prepend_path("PYTHONPATH", "$dstdir/lib/python3.9/site-packages/fenics_dolfin-$pkgver-py3.9-linux-x86_64.egg")
prepend_path("PYTHONPATH", "$dstdir/lib/python3.9/site-packages/mshr-$pkgver-py3.9-linux-x86_64.egg")
prepend_path("PYTHONPATH", "$dstdir/lib/python3.9/site-packages/pkgconfig-1.5.5-py3.9.egg")
prepend_path("PYTHONPATH", "$dstdir/lib/python3.9/site-packages/pybind11-2.2.4-py3.9.egg")
prepend_path("LD_LIBRARY_PATH", "$dstdir/lib")
prepend_path("PKG_CONFIG_PATH", "$dstdir/lib/pkgconfig")
Expand Down

0 comments on commit d3085ea

Please sign in to comment.