Ignore:
Timestamp:
Feb 14, 2015 3:00:59 AM (9 years ago)
Author:
Peter Parker
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
9701348
Parents:
f620870
Message:

Working recipes for bumps and periodictable. Kinda wierd how conda skeleton didn't even output valid recipes that could be built later…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda/periodictable/meta.yaml

    rf479ac3 r6a72e1b  
    11about: {home: 'http://www.reflectometry.org/danse/elements.html', license: public 
    22    domain, summary: Extensible periodic table of the elements} 
    3 build: 
    4   entry_points: [] 
    5   features: [] 
    6   string: '' 
    7   track_features: [] 
    83package: {name: periodictable, version: 1.4.1} 
    94requirements: 
    10   build: [python, setuptools, pyparsing, numpy] 
    11   conflicts: [] 
    12   run: [python, pyparsing, numpy] 
     5  build: 
     6    - python 
     7    - setuptools 
     8    - pyparsing 
     9    - numpy 
     10  run: 
     11    - python 
     12    - pyparsing 
     13    - numpy 
    1314source: 
    1415  fn: periodictable-1.4.1.tar.gz 
    15   git_rev: '' 
    1616  md5: 7246b63cc0b6b1be6e86b6616f9e866e 
    17   patches: [] 
    18   path: '' 
    19   svn_rev: '' 
    2017  url: https://pypi.python.org/packages/source/p/periodictable/periodictable-1.4.1.tar.gz 
    2118test: 
    22   commands: [] 
    23   files: [] 
    24   imports: [periodictable] 
    25   requires: [] 
     19  imports: 
     20    - periodictable 
Note: See TracChangeset for help on using the changeset viewer.