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

added the setup.py

parent a00938dc
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,9 @@ if not GSL_DIR: ...@@ -87,7 +87,9 @@ 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("\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") 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(1) quit(1)
# TODO: write code to know exact parent directory of this file. # TODO: write code to know exact parent directory of this file.
......
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