Skip to content

Commit

Permalink
Add new version of parquet-converters (fixes spack#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed Jan 4, 2019
1 parent 205749a commit 5f29a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ParquetConverters(CMakePackage):
url = "ssh://bbpcode.epfl.ch/building/ParquetConverters"

version('develop', git=url)
version('0.1', git=url, tag='v0.1', preferred=True)
version('0.2', git=url, tag='v0.2', preferred=True)

depends_on('hdf5+mpi')
depends_on('highfive+mpi')
Expand Down

0 comments on commit 5f29a1e

Please sign in to comment.