Skip to content

Commit

Permalink
do not yet build pivot.c with cmake
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14432 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 17, 2012
1 parent e747b5f commit 2775ed3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SimulationRuntime/c/math-support/CMakeLists.txt
Expand Up @@ -5,7 +5,8 @@
SET(math_support_sources bigden.c biglag.c dgesv_aux.c dogleg.c dpmpar.c
daux.c ddassl.c ddasrt.c dlamch.c dlinpk.c
enorm.c fdjac1.c hybrd.c hybrd1.c hybrj.c lsame.c
nelmead.c newuoa.c newuob.c pivot.c qform.c qrfac.c r1mpyq.c
# nelmead.c newuoa.c newuob.c pivot.c qform.c qrfac.c r1mpyq.c
nelmead.c newuoa.c newuob.c qform.c qrfac.c r1mpyq.c
r1updt.c trsapp.c update.c)

SET(math_support_headers blaswrap.h matrix.h)
Expand All @@ -21,4 +22,4 @@ INSTALL(TARGETS math-support
#INSTALL(FILES ${math_support_headers} DESTINATION include)

# add tests
ADD_SUBDIRECTORY(test)
#ADD_SUBDIRECTORY(test)

0 comments on commit 2775ed3

Please sign in to comment.