
* add recipe for improved-rdock
* style: fix format
* style: fix format again
* Fix location of the directory
* Fix copyright
* Fix according to the reviewer's comments.
* Revert "Fix according to the reviewer's comments."
This reverts commit 4877877daf
.
* Fix according to the reviewer's comments.
* style: fix format
* Update var/spack/repos/builtin/packages/improved-rdock/package.py
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Yuichi Otsuka <otsukay@riken.jp>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
12 lines
414 B
Diff
12 lines
414 B
Diff
--- a/build/makefile 2021-02-04 15:24:38.488425167 +0900
|
|
+++ b/build/makefile 2021-02-04 15:25:26.053775490 +0900
|
|
@@ -61,7 +61,7 @@
|
|
# Environment for running rDock unit tests
|
|
export RBT_ROOT = ../
|
|
export RBT_HOME = ./test/RBT_HOME
|
|
-export LD_LIBRARY_PATH = ../lib
|
|
+export LD_LIBRARY_PATH = $(shell echo $$LD_LIBRARY_PATH):../lib
|
|
|
|
##################################################
|
|
# Main rDock build targets
|