Changeset 4386
- Timestamp:
- Apr 1, 2020 10:00:54 PM (4 years ago)
- Location:
- fullrmc-pkg
- Files:
-
- 7 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
fullrmc-pkg/notes
r4383 r4386 11 11 conda build pylocker 12 12 13 repeat for 13 repeat for: 14 14 pylocker 15 15 pypref … … 35 35 36 36 conda install fullrmc -c fullrmc 37 38 redo as noarch: (use conda build ...) 39 pylocker 40 pysimplelog 41 pypref 42 43 44 With dependencies for above. N.B. since fullrmc is a current directory 45 there is a conflict 46 use: 47 conda install pylocker -c fullrmc 48 conda build 49 or 50 conda build ./fullrmc-pkg/pyrep -c fullrmc 51 52 pyrep 53 pdbparser 54 55 fullrmc -
fullrmc-pkg/pdbparser/meta.yaml
r4383 r4386 1 1 package: 2 2 name: pdbparser 3 version: 0.1.8 .13 version: 0.1.8 4 4 5 5 source: 6 6 # git_rev: 7 7 git_url: https://github.com/bachiraoun/pdbparser.git 8 patches: 9 - zipsafe.patch 8 # patches: 9 # - zipsafe.patch 10 11 build: 12 noarch: python 10 13 11 14 requirements: -
fullrmc-pkg/pylocker/meta.yaml
r4383 r4386 7 7 git_url: https://github.com/bachiraoun/pylocker.git 8 8 9 build: 10 noarch: python 11 9 12 requirements: 10 13 build: 11 14 - python 15 - psutil 12 16 13 17 run: 14 18 - python 19 - psutil 15 20 16 21 #test: -
fullrmc-pkg/pypref/meta.yaml
r4383 r4386 7 7 git_url: https://github.com/bachiraoun/pypref.git 8 8 9 build: 10 noarch: python 11 9 12 requirements: 10 13 build: -
fullrmc-pkg/pyrep/build.sh
r4384 r4386 1 # pyrep needs to be installed in order to run setup2 #curl https://files.pythonhosted.org/packages/ac/ad/40096791da6aee74d009837a6e0a524073f37c626187be5f9d4e3ba5a085/pyrep-3.2.0-py3-none-any.whl > /tmp/pyrep-3.2.0-py3-none-any.whl3 #$PREFIX/bin/pip install /tmp/pyrep-3.2.0-py3-none-any.whl4 1 $PYTHON setup.py install # Python command to install the script. 5 # and then gone6 #$PREFIX/bin/pip uninstall pyrep -y -
fullrmc-pkg/pyrep/meta.yaml
r4383 r4386 6 6 # git_rev: 7 7 git_url: https://github.com/bachiraoun/pyrep.git 8 patches: 9 - setup.patch 10 11 build: 12 noarch: python 8 13 9 14 requirements: -
fullrmc-pkg/pysimplelog/meta.yaml
r4383 r4386 6 6 # git_rev: 7 7 git_url: https://github.com/bachiraoun/pysimplelog.git 8 9 build: 10 noarch: python 8 11 9 12 requirements:
Note: See TracChangeset
for help on using the changeset viewer.