LutzGross / esys-escript.github.io

Other
30 stars 13 forks source link

escript cannot install #86

Closed aellery closed 1 week ago

aellery commented 1 year ago

escript compiles but fails to install if the absolute path to the installation directory contains spaces. e.g.

scons prefix="/home/user/install here"

It also fails if you use an escape character. e.g.

scons prefix="/home/user/install\ here"

LutzGross commented 1 week ago

prefix is now checked for spaces.