diff options
author | Tanzima Z. Islam <islam3@llnl.gov> | 2016-05-09 16:34:27 -0700 |
---|---|---|
committer | Tanzima Z. Islam <islam3@llnl.gov> | 2016-05-09 16:34:27 -0700 |
commit | 23ec6c6bb031d48e64be07acd199b957ada774e8 (patch) | |
tree | 99f9fc61bfcf8e384b227c9978ac8f0d20d0a6d1 | |
parent | 045e5bd4585fdf556651b9c71a0ca7428a27563c (diff) | |
download | spack-23ec6c6bb031d48e64be07acd199b957ada774e8.tar.gz spack-23ec6c6bb031d48e64be07acd199b957ada774e8.tar.bz2 spack-23ec6c6bb031d48e64be07acd199b957ada774e8.tar.xz spack-23ec6c6bb031d48e64be07acd199b957ada774e8.zip |
Removed FIXME comments
-rw-r--r-- | var/spack/repos/builtin/packages/kripke/package.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/var/spack/repos/builtin/packages/kripke/package.py b/var/spack/repos/builtin/packages/kripke/package.py index b6f4e4fd73..f7cc96053a 100644 --- a/var/spack/repos/builtin/packages/kripke/package.py +++ b/var/spack/repos/builtin/packages/kripke/package.py @@ -1,19 +1,3 @@ -# FIXME: -# This is a template package file for Spack. We've conveniently -# put "FIXME" labels next to all the things you'll want to change. -# -# Once you've edited all the FIXME's, delete this whole message, -# save this file, and test out your package like this: -# -# spack install kripke -# -# You can always get back here to change things with: -# -# spack edit kripke -# -# See the spack documentation for more information on building -# packages. -# from spack import * class Kripke(Package): |