Skip to content

Commit

Permalink
Merge pull request #388 from ohearnk/github-workflow-optimizations-3
Browse files Browse the repository at this point in the history
GitHub Workflow Enhancement Part 3
  • Loading branch information
agoetz authored Dec 11, 2024
2 parents c4eae09 + 5608a92 commit 4fffa46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="right">
<img src="https://github.com/merzlab/QUICK/workflows/Build%20and%20Test%20QUICK%20Serial%20Version/badge.svg">
<img src="https://github.com/merzlab/QUICK/workflows/Build%20and%20Test%20QUICK%20MPI%20Version/badge.svg">
<img src="https://github.com/merzlab/QUICK/workflows/Build%20and%20Test%20QUICK%20Serial%20Version/badge.svg?branch=master">
<img src="https://github.com/merzlab/QUICK/workflows/Build%20and%20Test%20QUICK%20MPI%20Version/badge.svg?branch=master">
<img src='https://readthedocs.org/projects/quick-docs/badge/?version=latest' alt='Documentation Status' />
</p>
<p align="left">
Expand Down
5 changes: 4 additions & 1 deletion quick-cmake/quick.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ fi

export QUICK_INSTALL=$(cd "$(dirname "$this_script")"; pwd)
export QUICK_BASIS="$QUICK_INSTALL/basis"
export PATH="$QUICK_INSTALL/bin":$PATH
# prepend to search paths for QUICK executables and library files
export PATH="$QUICK_INSTALL/bin":$PATH
export LIBRARY_PATH="$QUICK_INSTALL/lib":$LIBRARY_PATH
export LD_LIBRARY_PATH="$QUICK_INSTALL/lib":$LD_LIBRARY_PATH

0 comments on commit 4fffa46

Please sign in to comment.