ANTsX / ITKR

port of ITK to R
6 stars 14 forks source link

added GNUmake to SystemRequirements #35

Closed adigherman closed 5 years ago

adigherman commented 5 years ago

This will fix the warning that is currently failing ITKR (for R-release) on neuroconductor (https://travis-ci.com/neuroconductor-devel/ITKR/builds/113767807)

Portable Makefiles do not use GNU extensions such as +=, :=, $(shell),
$(wildcard), ifeq ... endif, .NOTPARALLEL

See here for the testing logs: https://travis-ci.com/adigherman/ITKR/builds/113891470

Fix was based on this: https://github.com/RcppCore/RcppParallel/issues/53

adigherman commented 5 years ago

Checks should be fine, the one that failed is caused by Travis not being able to clone a repo Failed to clone repository: 'https://github.com/Slicer/itkMGHImageIO.git'