
* 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
438 B
Diff
12 lines
438 B
Diff
--- a/src/exe/rbdock.cxx 2021-02-04 13:32:41.561458052 +0900
|
|
+++ b/src/exe/rbdock.cxx 2021-02-04 13:33:07.033202240 +0900
|
|
@@ -465,7 +465,7 @@
|
|
|
|
#ifdef _VISUAL_STUDIO
|
|
#else
|
|
- optCon = poptGetContext(NULL, argc, argv, optionsTable, 0);
|
|
+ optCon = poptGetContext(NULL, argc, (const char **) argv, optionsTable, 0);
|
|
poptSetOtherOptionHelp(optCon, "-r<receptor.prm> -p<protocol.prm> -i<infile> -o<outfile> [options]");
|
|
#endif
|
|
|