Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix build on py35, ld broken
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Feb 12, 2019
1 parent a80be72 commit aab5cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ source:
#git_url: ../../

build:
preserve_egg_dir: True
script_env:
- CIRCLE_TEST_REPORTS
- OMP_NUM_THREADS
- PYEMMA_NJOBS
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
# workaround for bpo-24935, the compiler jinja2 template sets CC, but LDSHARED is not being set accordingly by distutils.sysconfig.
script: LDSHARED="$CC -shared" python setup.py install --single-version-externally-managed --record record.txt # [linux and py35]

requirements:
build:
Expand Down

0 comments on commit aab5cd2

Please sign in to comment.