Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hits rerun #78

Merged
merged 2 commits into from Oct 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ The packages required to build the code are:
Open search/pybinds/CmakeLists.txt and verify in the "include_directories" section that the paths to the python headers and to the cuda installation are correct.

Then run
```source install.sh```
```source install.bash```
This will build the python library and run the tests.

If you log out, next time run
Expand Down
2 changes: 1 addition & 1 deletion install.sh → install.bash
Expand Up @@ -30,5 +30,5 @@ make
cd ../../
source setup.bash
cd tests/
./run_tests.sh
bash run_tests.bash
cd ../
3 changes: 1 addition & 2 deletions setup.bash
@@ -1,3 +1,2 @@
export PYTHONPATH=$PWD/analysis:$PYTHONPATH
export PYTHONPATH=$PWD/search/pybinds:$PYTHONPATH
export PYTHONPATH=$PWD/analysis:$PWD/search/pybinds:$PYTHONPATH
#setup pyephem
File renamed without changes.