Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
bec74ec2
Kaydet (Commit)
bec74ec2
authored
Agu 24, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bypass the solver component for iOS for now
Change-Id: I09551ef015d31d2337ba3ab40e720210c095670f
üst
c184419d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
20 deletions
+15
-20
lp_solve_5.5.patch
lpsolve/lp_solve_5.5.patch
+0
-15
makefile.mk
lpsolve/makefile.mk
+10
-4
makefile.mk
postprocess/packcomponents/makefile.mk
+1
-1
Module_sccomp.mk
sccomp/Module_sccomp.mk
+4
-0
No files found.
lpsolve/lp_solve_5.5.patch
Dosyayı görüntüle @
bec74ec2
...
...
@@ -133,18 +133,3 @@
+fi
+
+rm *.o 2>/dev/null
--- misc/build/lp_solve_5.5/lpsolve55/ccc.ios.orig Sun May 22 11:19:48 2011
+++ misc/build/lp_solve_5.5/lpsolve55/ccc.ios Sun May 22 11:19:48 2011
@@ -1 +1,11 @@
-dummy
+src='../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c'
+obj=`echo $src|sed -e 's/\.c/.o/g' -e 's!\([^ ]*/\)*!!g'`
+
+opts='-O3'
+
+def=
+
+$CC -I.. -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I../shared $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c $src
+ls -l
+ar -r liblpsolve55.a $obj
+rm $obj
lpsolve/makefile.mk
Dosyayı görüntüle @
bec74ec2
...
...
@@ -36,6 +36,8 @@ TARGET=lpsolve
# --- Files --------------------------------------------------------
.IF
"$(OS)"
!=
"IOS"
TARFILE_NAME
=
lp_solve_5.5
TARFILE_MD5
=
26b3e95ddf3d9c077c480ea45874b3b8
...
...
@@ -77,10 +79,6 @@ OUT2BIN=$(BUILD_DIR)$/lpsolve55.dll
.EXPORT
:
EXTRA_CDEFS EXTRA_LINKFLAGS verbose
BUILD_ACTION
=
sh ccc.osx
OUT2LIB
=
$(BUILD_DIR)$/
liblpsolve55.dylib
.ELIF
"$(OS)"
==
"IOS"
.EXPORT
:
EXTRA_CDEFS EXTRA_LINKFLAGS
BUILD_ACTION
=
sh ccc.ios
OUT2LIB
=
$(BUILD_DIR)$/
liblpsolve55.a
.ELSE
.IF
"$(COMNAME)"
==
"sunpro5"
BUILD_ACTION
=
sh ccc.solaris
...
...
@@ -95,9 +93,17 @@ OUT2LIB=$(BUILD_DIR)$/liblpsolve55.so
OUT2INC
=
lp_lib.h lp_types.h lp_utils.h lp_Hash.h lp_matrix.h lp_mipbb.h lp_SOS.h
# --- Targets ------------------------------------------------------
.INCLUDE
:
set_ext.mk
.ENDIF
.INCLUDE
:
target.mk
.IF
"$(OS)"
!=
"IOS"
.INCLUDE
:
tg_ext.mk
.ENDIF
postprocess/packcomponents/makefile.mk
Dosyayı görüntüle @
bec74ec2
...
...
@@ -85,7 +85,6 @@ my_components = \
component/sc/util/scfilt
\
component/scaddins/source/analysis/analysis
\
component/scaddins/source/datefunc/date
\
component/sccomp/source/solver/solver
\
component/sd/util/sd
\
component/sd/util/sdd
\
component/sd/util/sdfilt
\
...
...
@@ -209,6 +208,7 @@ my_components += \
.IF
"$(OS)"
!=
"IOS"
my_components
+=
\
component/sccomp/source/solver/solver
\
component/writerfilter/util/writerfilter
\
component/writerperfect/util/wpftwriter
\
component/writerperfect/util/wpftdraw
\
...
...
sccomp/Module_sccomp.mk
Dosyayı görüntüle @
bec74ec2
...
...
@@ -28,9 +28,13 @@
$(eval $(call gb_Module_Module,sccomp))
ifneq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,sccomp,\
AllLangResTarget_solver \
Library_solver \
))
endif
# vim: set noet sw=4 ts=4:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment