Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
925d132
store arts
ngam Aug 28, 2022
d5cc092
remove extra prompt in build script
ngam Aug 28, 2022
01241c6
MNT: Re-rendered with conda-build 3.22.0, conda-smithy 3.21.1, and co…
Aug 28, 2022
145e982
no conditions on julia
ngam Aug 28, 2022
eeae8c8
bring extra back for testing with 1.8
ngam Aug 28, 2022
2acc06b
try simpler test, do not reinitiate pycall, etc.
ngam Aug 28, 2022
ae79011
try rm all in share/julia - packages|artifacts
ngam Aug 29, 2022
fe14c81
try quotes
ngam Aug 29, 2022
cb67f5b
try build.sh
ngam Aug 29, 2022
b54a413
no py constraints
ngam Aug 29, 2022
dcb5dc8
MNT: Re-rendered with conda-build 3.22.0, conda-smithy 3.21.1, and co…
Aug 29, 2022
da50259
delete all but pkgs and arts
ngam Aug 29, 2022
02a60a6
try appending depot
ngam Aug 29, 2022
6b82611
julia -e "using Pkg; Pkg.add(\"PyCall\")"
ngam Aug 29, 2022
56bba72
Create a SymbolicRegression.jl depot for conda packaging
mkitti Aug 30, 2022
5e3fe11
disable cat
ngam Aug 30, 2022
c1593da
Fix reporting
mkitti Aug 30, 2022
21fbd04
Use PKG_VERSION
mkitti Aug 30, 2022
abb3fe2
Add a test to see if can load PyCall
mkitti Aug 30, 2022
8b3004f
Install activate and deactivate scripts
mkitti Aug 30, 2022
7d8b838
Update recipe/build.sh
mkitti Aug 30, 2022
9bb0ead
don't report
ngam Aug 30, 2022
c4c913b
Fix activate.sh: PREFIX to CONDA_PREFIX
mkitti Aug 30, 2022
b05ffd6
Modify activate.sh and add documentation
mkitti Aug 30, 2022
4758942
Echo the addition into activate.sh
mkitti Aug 30, 2022
987f3d1
Use $PREFIX/share/pysr, improve activation
mkitti Sep 1, 2022
16ebf8e
Try unsetting JULIA_SSL_CA_ROOTS_PATH for macos
mkitti Sep 2, 2022
fe2d7e8
Set JULIA_SSL_ROOTS_PATH="" for darwin
mkitti Sep 2, 2022
b067ca9
add #!/bin/sh
ngam Sep 2, 2022
ac9077e
Clear JULIA_SSL_CA_ROOTS_PATH in test
mkitti Sep 2, 2022
cc4a619
Clear JULIA_SSL_CA_ROOTS_PATH in build.sh
mkitti Sep 2, 2022
f2ffca1
Simplify JULIA_SSL_CA_ROOTS_PATH fix
mkitti Sep 2, 2022
9baabe3
Remove JULIA_SSL_CA_ROOTS_PATH modifications
mkitti Sep 5, 2022
8a4dcb3
Disable mod of JULIA_LOAD_PATH, JULIA_PROJECT
mkitti Sep 6, 2022
d72f86c
Use PySR b14e38a (183)
mkitti Sep 6, 2022
c28117e
Fix get_rev to 52a6b5b
mkitti Sep 6, 2022
70d2815
Fix git URL for PySR
mkitti Sep 6, 2022
089aeee
Version has not been bumped to 0.10.3
mkitti Sep 6, 2022
18f78b4
Test alternative environments
mkitti Sep 6, 2022
1e7d471
Update to PySR 0.10.3
mkitti Sep 6, 2022
18d6413
Polishing the tests
mkitti Sep 6, 2022
c318ba4
Cleanup scripts
mkitti Sep 6, 2022
50fd3eb
Fix tests
mkitti Sep 7, 2022
84c75bd
Set JULIA_PKG_PRECOMPILE_AUTO=0
mkitti Sep 7, 2022
407f420
Unset JULIA_PKG_PRECOMPILE_AUTO at the end
mkitti Sep 7, 2022
57e0179
Update to PySR v0.10.4
mkitti Sep 8, 2022
45d7762
Bump to version 0.11.0, build 1
mkitti Sep 12, 2022
2685cee
Merge remote-tracking branch 'origin/main' into HEAD
mkitti Sep 14, 2022
36f1b87
MNT: Re-rendered with conda-build 3.22.0, conda-smithy 3.21.1, and co…
Sep 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 48 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- linux-64
16 changes: 16 additions & 0 deletions .ci_support/linux_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- linux-64
16 changes: 16 additions & 0 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- linux-64
16 changes: 16 additions & 0 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- linux-64
16 changes: 16 additions & 0 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- osx-64
16 changes: 16 additions & 0 deletions .ci_support/osx_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- osx-64
16 changes: 16 additions & 0 deletions .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- osx-64
16 changes: 16 additions & 0 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- osx-64
2 changes: 0 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 113 additions & 0 deletions .scripts/create_conda_build_artifacts.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading