Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions testing/completeSourceInEnv.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# do not run on macOS
if [ "$3" == "macOS" ]; then
exit 0
fi

# setup an external venv
python3 -m venv dune-env
. dune-env/bin/activate
Expand Down
10 changes: 2 additions & 8 deletions testing/installPlusSource.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# do not run on macOS
if [ "$3" == "macOS" ]; then
exit 0
fi


base="https://gitlab.dune-project.org"
coreurl="$base/core"
femurl="$base/dune-fem"
Expand All @@ -26,7 +20,7 @@ print(\"===============================\") ;\
print(\"petsc4py version:\",petsc4py.__version__) ;\
print(\"===============================\") ;\
"
# we need site-packages to get this to work but we get problems with
# we need site-packages to get this to work but we get problems with
# File "/home/runner/work/dune-testpypi/dune-testpypi/test/dune-env/lib/python3.10/site-packages/dune/common/__init__.py", line 44, in <module>
# from ._common import *
# ModuleNotFoundError: No module named 'dune.common._common'
Expand Down Expand Up @@ -58,7 +52,7 @@ python -m dune.fem
cd fem_tutorial
pip list
/usr/bin/time python concepts.py &
/usr/bin/time python solversExternal.py
/usr/bin/time python solversExternal.py
cd ..

# install polygongrid and test that can be used within dune-fem
Expand Down
Loading