Browse Source

Do not copy the min-dgels source at configure time, min-dgels/Makefile does it already, and more precisely, thus fixing the make distclean rule

Samuel Thibault 4 years ago
parent
commit
c8fda7dff0
1 changed files with 0 additions and 5 deletions
  1. 0 5
      configure.ac

+ 0 - 5
configure.ac

@@ -3041,11 +3041,6 @@ if test x$enable_mlr = xyes -a "$starpu_windows" != "yes" ; then
 					install_min_dgels=no
 					support_mlr=no
 				else
-					if test ! -d $PWD/min-dgels; then
-						cp -r $srcdir/min-dgels $PWD/
-						rm -f $PWD/min-dgels/Makefile.in
-						chmod +rwX -R $PWD/min-dgels
-					fi
 					AC_MSG_RESULT(yes)
 					DGELS_LIBS="-Wl,--start-group $STARPU_BUILD_DIR/min-dgels/build/minlibblas.a $STARPU_BUILD_DIR/min-dgels/build/minlibdgels.a $STARPU_BUILD_DIR/min-dgels/build/minlibf2c.a -Wl,--end-group"
 					AC_DEFINE(STARPU_MLR_MODEL, [1], [use user defined library])