Skip to content

Commit

Permalink
Merge pull request #78 from dirac-institute/Hits_Rerun
Browse files Browse the repository at this point in the history
Hits rerun
  • Loading branch information
PWhiddy committed Oct 22, 2018
2 parents ec6f5b1 + 474a9ee commit b71234a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b71234a

Please sign in to comment.