Minor fix-ups for PIDX
This commit is contained in:
parent
40b21d7cbe
commit
babbc5bb45
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
class Pidx(Package):
|
class Pidx(Package):
|
||||||
"""PIDX Parallel I/O Library"""
|
"""PIDX Parallel I/O Library.
|
||||||
|
|
||||||
|
PIDX is an efficient parallel I/O library that reads and writes
|
||||||
|
multiresolution IDX data files.
|
||||||
|
"""
|
||||||
|
|
||||||
homepage = "http://www.cedmav.com/pidx"
|
homepage = "http://www.cedmav.com/pidx"
|
||||||
#url = "http://www.example.com/pidx-1.0.tar.gz"
|
|
||||||
|
|
||||||
version('1.0', git='https://github.com/sci-visus/PIDX.git',
|
version('1.0', git='https://github.com/sci-visus/PIDX.git',
|
||||||
commit='6afa1cf71d1c41263296dc049c8fabaf73c296da')
|
commit='6afa1cf71d1c41263296dc049c8fabaf73c296da')
|
||||||
|
|
Loading…
Reference in a new issue