Skip to content

Commit

Permalink
trying to fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Apr 2, 2020
1 parent 962ba84 commit 8ca0ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ $(SHLIB): libs

libs: ; cd itkb && $(MAKE) -j 2 && $(MAKE) install && rm -rf ../itks \
&& rm -rf CMakeFiles/ && rm -rf Modules/ && rm -rf CMakeTmp/ \
rm -f Makefile rm -rf Utilities/Doxygen
rm -f Makefile && rm -rf Utilities/Doxygen
5 changes: 2 additions & 3 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PKG_LIBS = $(shell "Rscript.exe" -e "Rcpp:::LdFlags()")

CXX_STD = CXX11
.PHONY: all libs clean
.PHONY: all libs

all: $(SHLIB)

Expand All @@ -15,10 +15,9 @@ dos2unix ITKInternalEigen3-build/CMakeFiles/3.16.2/CompilerIdC/CMakeCCompilerId.
dos2unix ITKInternalEigen3-build/CMakeFiles/3.16.2/CompilerIdCXX/CMakeCXXCompilerId.cpp || \
dos2unix ITKInternalEigen3-build/Makefile || \
mingw32-make install && rm -rf ../itks && \
rm -rf CMakeFiles/ && rm -rf Modules/ && rm -rf CMakeTmp/ \
rm -rf CMakeFiles/ && rm -rf Modules/ && rm -rf CMakeTmp/ && \
rm -f Makefile && \
rm -rf Utilities/Doxygen

clean: cd itkb && \


0 comments on commit 8ca0ad7

Please sign in to comment.