~marcodalessandro76/bigdft/1.8

« back to all changes in this revision

Viewing changes to bigdft.modules

  • Committer: Luigi Genovese
  • Date: 2017-06-12 19:34:19 UTC
  • Revision ID: luigi.genovese@cea.fr-20170612193419-x34o73qlnmsbyryi
distribution for python modules modified. Creation of PyBigDFT module

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  <distutils id="PyYAML">
49
49
    <!--<branch repo="libyaml" module="PyYAML-3.10.tar.gz" version="3.10"/>-->
50
50
    <!--<branch repo="local" module="PyYAML-3.11.tar.gz" version="3.11" checkoutdir="PyYAML"/>-->
51
 
    <!--<branch repo="local" module="PyYAML-3.12.tar.gz" version="3.12" checkoutdir="PyYAML"/>-->
52
 
    <branch repo="pyyaml"  module="pyyaml" checkoutdir="PyYAML"/>
 
51
    <branch repo="local" module="PyYAML-3.12.tar.gz" version="3.12" checkoutdir="PyYAML"/>
 
52
    <!--<branch repo="pyyaml"  module="pyyaml" checkoutdir="PyYAML"/>-->
53
53
    <dependencies>
54
54
      <dep package="libyaml"/>
55
 
      <dep package="cython"/>
 
55
      <!--<dep package="cython"/>-->
56
56
    </dependencies>
57
57
  </distutils>
58
58
 
210
210
    </dependencies>
211
211
  </distutils>
212
212
 
 
213
  <distutils id="PyBigDFT">
 
214
    <branch repo="local" module="PyBigDFT-0.1.tar.gz" version="0.1" checkoutdir="PyBigDFT"/>
 
215
    <dependencies>
 
216
      <dep package="bigdft"/>
 
217
    </dependencies>
 
218
  </distutils>
 
219
 
 
220
 
213
221
<!--  <autotools id="cmake-dev">
214
222
    <branch repo="cmake-rep" module="cmake-3.3.2.tar.gz"
215
223
            version="3.3.2"/>