Skip to content
Snippets Groups Projects
Commit 3fe9d9b8 authored by dh00601's avatar dh00601
Browse files

Merge branch 'development_0.9.2/2.2.1' of...

Merge branch 'development_0.9.2/2.2.1' of gitlab.eps.surrey.ac.uk:ri0005/binary_c-python into development_0.9.2/2.2.1
parents fe1fceed c7fcb777
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ if not GSL_DIR: ...@@ -87,8 +87,8 @@ if not GSL_DIR:
) )
BINARY_C_DIR = os.getenv("BINARY_C", None) BINARY_C_DIR = os.getenv("BINARY_C", None)
if not BINARY_C_DIR: if not BINARY_C_DIR:
print("Error: the BINARY_C environment variable is not set. Aborting setup") print("\n\n****\n**** Error: the BINARY_C environment variable is not set.\n**** This environment variable should point to the root of your binary_c\n**** installation (i.e. the directory you acquired from the repository).\n**** Aborting setup.\n****\n\n")
quit() quit(1)
# TODO: write code to know exact parent directory of this file. # TODO: write code to know exact parent directory of this file.
CWD = os.getcwd() CWD = os.getcwd()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment