Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda #112

Draft
wants to merge 67 commits into
base: master
Choose a base branch
from
Draft

Conda #112

wants to merge 67 commits into from

Commits on Apr 5, 2018

  1. first working conda recipe

    paskino committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    1c2bd46 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    a283c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dbd1c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. removed messages

    paskino committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    1585c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2e1615 View commit details
    Browse the repository at this point in the history
  3. pulls the 1.0.0 tag

    paskino committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    cd54fe9 View commit details
    Browse the repository at this point in the history
  4. removed SIRF_VERSION env var

    paskino committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    234ab0e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. initial setup.py

    - depends on SyneRBI/SIRF#161
    - fixes (partially) #107
    - TODO: alias p(Gadgetron|STIR|Utilities) -> sirf.p*
    - perhaps use `setup.py install` not `pip install`?
      - or drop `-e` argument in `pip install`?
    casperdcl committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    ed2c6a1 View commit details
    Browse the repository at this point in the history
  2. backward-compatible setup.py

    - depends on SyneRBI/SIRF#160
    - fixes #107
    casperdcl committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    f4ccbf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    143c847 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. missing packages

    casperdcl committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    32b1332 View commit details
    Browse the repository at this point in the history
  2. added missing package

    paskino committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    9adb67d View commit details
    Browse the repository at this point in the history
  3. bugfixes

    paskino committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    a167583 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7057402 View commit details
    Browse the repository at this point in the history
  5. bugfixes

    paskino committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    e84622f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7495207 View commit details
    Browse the repository at this point in the history
  7. copies the .so into the site-packages

    paskino authored and casperdcl committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    011cc36 View commit details
    Browse the repository at this point in the history
  8. pip -> setup.py

    casperdcl committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    1f74917 View commit details
    Browse the repository at this point in the history
  9. missing docker devel cache

    casperdcl committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    08a9712 View commit details
    Browse the repository at this point in the history
  10. pyvenv -> miniconda

    casperdcl committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    9c32624 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. added dependency

    paskino committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    6493243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e060be View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. removed boost dependency

    currently the boost in conda-forge does not contain all the libs we need. So we need to build and install.
    paskino committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    04f6d8f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Added dependency

    paskino committed May 3, 2018
    Configuration menu
    Copy the full SHA
    894ebb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fefe1f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3ebd13 View commit details
    Browse the repository at this point in the history
  4. first working conda recipe

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    a34049f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c31770 View commit details
    Browse the repository at this point in the history
  6. removed SIRF_VERSION env var

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    8c8b5ce View commit details
    Browse the repository at this point in the history
  7. bugfixes

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    0c96e87 View commit details
    Browse the repository at this point in the history
  8. bugfixes

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    947c285 View commit details
    Browse the repository at this point in the history
  9. added dependency

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    021fef7 View commit details
    Browse the repository at this point in the history
  10. removed boost dependency

    currently the boost in conda-forge does not contain all the libs we need. So we need to build and install.
    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    28fc8c9 View commit details
    Browse the repository at this point in the history
  11. Added dependency

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    5acdcf3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f9e7507 View commit details
    Browse the repository at this point in the history
  13. removed SIRF_VERSION env var

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    cfe7573 View commit details
    Browse the repository at this point in the history
  14. bugfixes

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    f205edc View commit details
    Browse the repository at this point in the history
  15. added dependency

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    6469b60 View commit details
    Browse the repository at this point in the history
  16. removed boost dependency

    currently the boost in conda-forge does not contain all the libs we need. So we need to build and install.
    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    d5d3306 View commit details
    Browse the repository at this point in the history
  17. Added dependency

    paskino authored and casperdcl committed May 3, 2018
    Configuration menu
    Copy the full SHA
    a06bd85 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b641d11 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    8f91cc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Merge branch 'conda' of https://github.com/CCPPETMR/SIRF-SuperBuild i…

    …nto conda
    
    Added a bunch of conda recipes to build:
    1. boost
    2. gtest
    3. ismrmrd
    4. gadgetron
    5. armadillo
    6. stir (incomplete)
    
    fixes #126
    paskino committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    2184dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f086303 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    04212a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    fd94dce View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. fixed dependency

    paskino committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    a97725b View commit details
    Browse the repository at this point in the history
  2. changed SIRF version; add ITK

    paskino committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    50a83b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    8fc0f85 View commit details
    Browse the repository at this point in the history
  2. updated gadgetron version

    paskino committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    ee5e5d8 View commit details
    Browse the repository at this point in the history
  3. added build variants file

    paskino committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    3e7c6c5 View commit details
    Browse the repository at this point in the history
  4. added hdf5

    paskino committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    d5421d3 View commit details
    Browse the repository at this point in the history
  5. additional fixes

    paskino committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    63051ae View commit details
    Browse the repository at this point in the history
  6. updated recipe

    paskino committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    9901082 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ece523 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Merge tag 'v2.1.0' into conda

    version 2.1.0
    paskino committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    c60fffd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. require Boost 1.68

    paskino committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    eadc5f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6499445 View commit details
    Browse the repository at this point in the history
  3. fix run boost requirement

    paskino committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d4b0c4b View commit details
    Browse the repository at this point in the history
  4. updated version strings

    paskino committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    c782334 View commit details
    Browse the repository at this point in the history
  5. added niftyreg

    paskino committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    3770aaa View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. updated meta

    paskino committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d0d3b74 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    e54fe60 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. work in progress

    paskino committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    113fa93 View commit details
    Browse the repository at this point in the history
  2. added missing_dso_whitelist

    paskino committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    3e3ec95 View commit details
    Browse the repository at this point in the history
  3. add _openmp_mutex

    paskino committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    e626863 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. updated recipes

    paskino committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6ead04e View commit details
    Browse the repository at this point in the history