Last change
on this file since 4700 was
4392,
checked in by toby, 3 years ago
|
prepare for numpy>=1.18 & matplotlib>=3.1.3
|
File size:
1.3 KB
|
Rev | Line | |
---|
[4383] | 1 | Preparing: |
---|
| 2 | |
---|
| 3 | bash ~/Downloads/Miniconda3-latest-MacOSX-x86_64.sh |
---|
| 4 | source .../bin/activate |
---|
| 5 | conda update --all |
---|
| 6 | conda install conda-build anaconda-client |
---|
| 7 | |
---|
| 8 | (anaconda-client is used for uploads) |
---|
| 9 | |
---|
| 10 | Building: |
---|
| 11 | conda build pylocker |
---|
| 12 | |
---|
[4386] | 13 | repeat for: |
---|
[4383] | 14 | pylocker |
---|
| 15 | pypref |
---|
| 16 | pyrep |
---|
| 17 | pysimplelog |
---|
| 18 | pdbparser |
---|
| 19 | fullrmc |
---|
| 20 | Upload: |
---|
| 21 | |
---|
| 22 | conda login |
---|
| 23 | anaconda upload --user fullrmc /Users/toby/Scratch/minifrmc/conda-bld/osx-64/fullrmc-4.1.0-py37_0.tar.bz2 |
---|
| 24 | |
---|
| 25 | or |
---|
| 26 | |
---|
| 27 | anaconda upload --user fullrmc /Users/toby/Scratch/minifrmc/conda-bld/osx-64/*tar* |
---|
| 28 | |
---|
| 29 | Testing: |
---|
| 30 | |
---|
| 31 | bash ~/Downloads/Miniconda3-latest-MacOSX-x86_64.sh |
---|
| 32 | |
---|
| 33 | source /tmp/t3/bin/activate |
---|
| 34 | conda update --all |
---|
| 35 | |
---|
| 36 | conda install fullrmc -c fullrmc |
---|
[4386] | 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 |
---|
[4392] | 56 | |
---|
| 57 | Jenkins/Windows build fails with git access problems |
---|
| 58 | |
---|
| 59 | On VM install minconda then |
---|
| 60 | conda install conda-build anaconda-client svn git |
---|
| 61 | |
---|
| 62 | svn co https://subversion.../fullrmc-pkg |
---|
| 63 | |
---|
| 64 | |
---|
| 65 | then microsoft visual studio 2015(!). Customize to get c++ compiler. |
---|
| 66 | |
---|
| 67 | Do build in Developer Command Prompt for VS2015 |
---|
Note: See
TracBrowser
for help on using the repository browser.