Skip to content

Commit

Permalink
BLD: get correct path to script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Feb 10, 2021
1 parent 20f0a0a commit d577052
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/setup_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,11 @@ def swigok():
tmpfile.write("SWIG")

elif "Linux" in platform.system():
print("Installing swig from source (tmp) ...")
print("Installing swig from source (tmp workaround) ...")
print("It is strongly recommended that SWIG>=3 is installed permanent!")
subprocess.check_call( # nosec
["bash", "swig_install.sh"],
cwd="requirements",
cwd="scripts",
)
else:
raise SystemExit("Cannot find valid swig install")
Expand Down

0 comments on commit d577052

Please sign in to comment.