Refactor makefiles and add configure script (#466)
* Refactors Makefiles and add configure script. * Give MKL higher priority in configure script. * Clean up Linux example makefile.inc. * Cleanup makefile.inc examples. * Fix python clean Makefile target. * Regen swig wrappers. * Remove useless CUDAFLAGS variable. * Fix python linking flags. * Separate compile and link phase in python makefile. * Add macro to look for swig. * Add CUDA check in configure script. * Cleanup make depend targets. * Cleanup CUDA flags. * Fix linking flags. * Fix python GPU linking. * Remove useless flags from python gpu module linking. * Add check for cuda libs. * Cleanup GPU targets. * Clean up test target. * Add cpu/gpu targets to python makefile. * Clean up tutorial Makefile. * Remove stale OS var from example makefiles. * Clean up cuda example flags.
Showing
acinclude/ax_blas.m4
0 → 100644
This diff is collapsed.
acinclude/ax_lapack.m4
0 → 100644
acinclude/fa_check_cuda.m4
0 → 100644
acinclude/fa_numpy.m4
0 → 100644
acinclude/fa_prog_nm.m4
0 → 100644
acinclude/fa_prog_swig.m4
0 → 100644
acinclude/fa_python.m4
0 → 100644
build-aux/config.guess
0 → 100755
This diff is collapsed.
build-aux/config.sub
0 → 100755
This diff is collapsed.
build-aux/install-sh
0 → 100755
This diff is collapsed.
configure
0 → 100755
This diff is collapsed.
configure.ac
0 → 100644
demos/Makefile
0 → 100644
depend
0 → 100644
This diff is collapsed.
gpu/depend
0 → 100644
This diff is collapsed.
gpu/tests/Makefile
0 → 100644
File moved
File moved
makefile.inc.in
0 → 100644
python/Makefile
0 → 100644
File moved
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File moved
tests/run_tests.sh
deleted
100755 → 0
Please
register
or
sign in
to comment