Skip to content

Commit

Permalink
Make source FMU smaller (minimal files for dgesv)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Jan 27, 2016
1 parent 51ca6a5 commit 767d908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SimulationRuntime/c/Makefile.objs
Expand Up @@ -124,9 +124,9 @@ ALL_OBJS = $(METAOBJSPATH) $(UTILOBJSPATH) $(MATHOBJSPATH) $(SOLVEROBJSPATH) $(I
# External solvers needed by FMI for ME
CMINPACK_OBJS = enorm_ hybrj_ dpmpar_ qrfac_ qform_ dogleg_ r1updt_ r1mpyq_
ifneq ($(NEED_DGESV),)
LAPACK_OBJS = dgesv dgetrf dlamch dtrtrs ilaenv ilazlr xerbla zlarfb zlarft zungbr zunglq dgetf2 dgetrs dlaswp ieeeck ilazlc iparmq zlacgv zlarf zung2r zungl2 zungqr
BLAS_OBJS = dgemm dger dscal dswap dtrsm idamax lsame zcopy zgemm zgemv zgerc zscal ztrmm ztrmv
LIBF2C_OBJS = d_cnjg i_len i_nint pow_di s_cmp s_copy
LAPACK_OBJS = dgesv dgetrf dlamch ilaenv xerbla dgetf2 dgetrs dlaswp ieeeck iparmq
BLAS_OBJS = dgemm dger dscal dswap dtrsm idamax lsame
LIBF2C_OBJS = i_nint pow_di s_cmp s_copy
endif

# Only objects needed for FMI for Modelica Exchange
Expand Down

0 comments on commit 767d908

Please sign in to comment.