Skip to content

Commit

Permalink
corrected umfpack-clean target in Makefile.common
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Michael Kloeppel committed Aug 27, 2014
1 parent 02d1168 commit ceb830c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.common
Expand Up @@ -127,9 +127,9 @@ umfpack: build/lib/omc/libumfpack.a

umfpack-clean:
cd 3rdParty/SuiteSparse/UMFPACK && make clean && make purge
rm -r build/include/omc/c/suitesparse
rm build/lib/omc/libumfpack.a
rm build/lib/omc/libamd.a
rm -rf build/include/omc/c/suitesparse
rm -f build/lib/omc/libumfpack.a
rm -f build/lib/omc/libamd.a

build/lib/omc/libopenblas_openmodelica.a:
$(MAKE) -C 3rdParty/OpenBLAS-0.2.8 CC="$(CC)" CXX="$(CXX)" FC="$(FC)" USE_THREAD=0 NO_LAPACKE=1 LIBNAMESUFFIX=openmodelica $(OPENBLAS_EXTRA_ARGS)
Expand Down

0 comments on commit ceb830c

Please sign in to comment.