summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiseung <anna.jiseung@gmail.com>2017-08-07 13:38:17 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2017-08-07 13:38:17 -0500
commit755081968f8967a534b2e84757647e98c7b34b70 (patch)
tree90586134836610e4968940e634fa285c56fb6748
parent8cbc7eeae456ab6eee2983c4787461a94f86810f (diff)
downloadspack-755081968f8967a534b2e84757647e98c7b34b70.tar.gz
spack-755081968f8967a534b2e84757647e98c7b34b70.tar.bz2
spack-755081968f8967a534b2e84757647e98c7b34b70.tar.xz
spack-755081968f8967a534b2e84757647e98c7b34b70.zip
Packages/cns nospec (#4998)
* new package: cns-nospec * made changes as suggested and added proxy-app tag * updated edit() * adjusted logic for '+debug' * install readme and license * install readme and license
-rw-r--r--var/spack/repos/builtin/packages/cns-nospec/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/cns-nospec/package.py b/var/spack/repos/builtin/packages/cns-nospec/package.py
index c702a0a92b..d5569bdb6e 100644
--- a/var/spack/repos/builtin/packages/cns-nospec/package.py
+++ b/var/spack/repos/builtin/packages/cns-nospec/package.py
@@ -65,3 +65,5 @@ class CnsNospec(MakefilePackage):
files = glob.glob(join_path(self.build_directory, '*.exe'))
for f in files:
install(f, prefix.bin)
+ install('README.txt', prefix)
+ install('license.txt', prefix) \ No newline at end of file