Skip to content

Commit

Permalink
fix #159 (#160)
Browse files Browse the repository at this point in the history
* Final clean up (#154)

* add initial CI setup to develop branch to trigger tests

* Release preparation (#146)

* set fixed package versions

* fixed discrepancy

* test with v3.4.0 of matplotlib

* lowered packages versions for python 3.6 support

* fixed nibabel version

* test github actions

* test running examples

* exclude example tests from nosetests

* fixed script name

* install pysap before running examples

* PySAP installation updates (#150)

* updated conda env

* updated environment

* updated conda env

* removed tensorflow from env

* added pynfft to env

* added Dockerfile

* removed test lines from Dockerfile

* Plug-in versions (#149)

* set plug-in and modopt versions for next release

* updated pysap-mri version

* Added new examples (#152)

Co-authored-by: chaithyagr <[email protected]>
Co-authored-by: Samuel Farrens <[email protected]>

* Release clean up (#151)

* updated readme

* fixed typos

* updated docker instructions

* updated readthedocs to use conda env

* updated nosetests to provide XML outputs (#153)

* updated nosetests to provide XML outputs

* added Docker badge

* Update README.rst

* Update README.rst

* Update ci-build.yml

* Update setup.cfg

* test adding pysphinxdoc

Co-authored-by: Chaithya G R <[email protected]>
Co-authored-by: chaithyagr <[email protected]>

* Continuous Deployment (#155)

* add initial CI setup to develop branch to trigger tests

* Release preparation (#146)

* set fixed package versions

* fixed discrepancy

* test with v3.4.0 of matplotlib

* lowered packages versions for python 3.6 support

* fixed nibabel version

* test github actions

* test running examples

* exclude example tests from nosetests

* fixed script name

* install pysap before running examples

* PySAP installation updates (#150)

* updated conda env

* updated environment

* updated conda env

* removed tensorflow from env

* added pynfft to env

* added Dockerfile

* removed test lines from Dockerfile

* Plug-in versions (#149)

* set plug-in and modopt versions for next release

* updated pysap-mri version

* Added new examples (#152)

Co-authored-by: chaithyagr <[email protected]>
Co-authored-by: Samuel Farrens <[email protected]>

* Release clean up (#151)

* updated readme

* fixed typos

* updated docker instructions

* updated readthedocs to use conda env

* updated nosetests to provide XML outputs (#153)

* updated nosetests to provide XML outputs

* added Docker badge

* Update README.rst

* Update README.rst

* Update ci-build.yml

* Update setup.cfg

* test adding pysphinxdoc

* added CD build

Co-authored-by: Chaithya G R <[email protected]>
Co-authored-by: chaithyagr <[email protected]>

* Fix modopt version in conda env (#156)

* add initial CI setup to develop branch to trigger tests

* Release preparation (#146)

* set fixed package versions

* fixed discrepancy

* test with v3.4.0 of matplotlib

* lowered packages versions for python 3.6 support

* fixed nibabel version

* test github actions

* test running examples

* exclude example tests from nosetests

* fixed script name

* install pysap before running examples

* PySAP installation updates (#150)

* updated conda env

* updated environment

* updated conda env

* removed tensorflow from env

* added pynfft to env

* added Dockerfile

* removed test lines from Dockerfile

* Plug-in versions (#149)

* set plug-in and modopt versions for next release

* updated pysap-mri version

* Added new examples (#152)

Co-authored-by: chaithyagr <[email protected]>
Co-authored-by: Samuel Farrens <[email protected]>

* Release clean up (#151)

* updated readme

* fixed typos

* updated docker instructions

* updated readthedocs to use conda env

* updated nosetests to provide XML outputs (#153)

* updated nosetests to provide XML outputs

* added Docker badge

* Update README.rst

* Update README.rst

* Update ci-build.yml

* Update setup.cfg

* test adding pysphinxdoc

* added CD build

* Update environment.yml

Co-authored-by: Chaithya G R <[email protected]>
Co-authored-by: chaithyagr <[email protected]>

* add sdt flag for c++14

Co-authored-by: Samuel Farrens <[email protected]>
Co-authored-by: Chaithya G R <[email protected]>
Co-authored-by: chaithyagr <[email protected]>
  • Loading branch information
4 people authored Jun 17, 2021
1 parent cdee5d9 commit c2a8dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparse2d/python/cmake/Modules/BuildSparse2D.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ExternalProject_Add(sparse2d
-DCFITSIO_INCLUDE_DIRS=${cfitsio_INCLUDE_DIR}
-DCFITSIO_LIBRARY_DIRS=${cfitsio_LIBRARY_DIR}
-DCFITSIO_LIBRARIES=${cfitsio_LIBRARIES}
-DCMAKE_CXX_FLAGS="-std=c++14"
-DCMAKE_BUILD_TYPE=RELEASE
BUILD_COMMAND make install
-j8
Expand Down

0 comments on commit c2a8dd5

Please sign in to comment.