Skip to content
Snippets Groups Projects
Commit 79808da7 authored by karenyyng's avatar karenyyng
Browse files

added a bunch of packages and added submodule

parent 1501786f
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 21 deletions
...@@ -8,3 +8,4 @@ ...@@ -8,3 +8,4 @@
/etc/spackconfig /etc/spackconfig
/share/spack/dotkit /share/spack/dotkit
/share/spack/modules /share/spack/modules
*.ropeproject
[submodule "utils/python_recipe_parser"] [submodule "/lib/spack/spack/util/python_recipe_parser"]
path = utils/python_recipe_parser path = /lib/spack/spack/util/python_recipe_parser
url = https://github.com/karenyyng/spack_python_package_parser url = https://github.com/karenyyng/spack_python_package_parser
Subproject commit 3158074a2d74f99aa72289dfcf093b1b0ba4474e
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
from spack import *
class Asciidoc(Package):
""" A presentable text document format for writing articles, UNIX man
pages and other small to medium sized documents."""
homepage = "http://asciidoc.org"
url = "http://downloads.sourceforge.net/project/asciidoc/asciidoc/8.6.9/asciidoc-8.6.9.tar.gz"
version('8.6.9', 'c59018f105be8d022714b826b0be130a')
depends_on('libxml2')
depends_on('libxslt')
def install(self, spec, prefix):
configure('--prefix=%s' % prefix)
make()
make("install")
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment