Open-Systems-Pharmacology / OSPSuite-R

R package for the OSPSuite
https://www.open-systems-pharmacology.org/OSPSuite-R/
Other
28 stars 12 forks source link

Add CentOS Build #335

Closed msevestre closed 4 years ago

Yuri05 commented 4 years ago

something is wrong with the created package: native libs are not those from the nuget packages (e.g. compare file size for SimModel: left ospsuite-R package; right SimModel nuget package) grafik Same for FuncParser. Didn't check for the Solver.

Yuri05 commented 4 years ago

package crashes then during installation in R. Can it be that those are Ubuntu libs?

msevestre commented 4 years ago

maybe. It's probably due to lexical scoping. Let's try again

msevestre commented 4 years ago

this is probably due to the copying that is a bit too optimistic

msevestre commented 4 years ago

yep does not copy the right one

Copying C:/projects/OSPSuite-R/packages/OSPSuite.FuncParser.Ubuntu18.4.0.0.49/OSPSuite.FuncParserNative/bin/native/x64/Release/libOSPSuite.FuncParserNative.so to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.FuncParser.Ubuntu18.4.0.0.50/OSPSuite.FuncParserNative/bin/native/x64/Release/libOSPSuite.FuncParserNative.so to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.FuncParser.Ubuntu18.4.0.0.49/lib/netstandard2.0/OSPSuite.FuncParser.dll to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.FuncParser.Ubuntu18.4.0.0.50/lib/netstandard2.0/OSPSuite.FuncParser.dll to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.SimModel.Ubuntu18.4.0.0.40/OSPSuite.SimModelNative/bin/native/x64/Release/libOSPSuite.SimModelNative.so to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.SimModel.Ubuntu18.4.0.0.42/OSPSuite.SimModelNative/bin/native/x64/Release/libOSPSuite.SimModelNative.so to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.SimModel.Ubuntu18.4.0.0.40/lib/netstandard2.0/OSPSuite.SimModel.dll to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.SimModel.Ubuntu18.4.0.0.42/lib/netstandard2.0/OSPSuite.SimModel.dll to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.SimModelSolver_CVODES.Ubuntu18.4.1.0.7/OSPSuite.SimModelSolver_CVODES/bin/native/x64/Release/libOSPSuite.SimModelSolver_CVODES.so to C:/tests/build/centOS7/ospsuite/inst/lib
Copying C:/projects/OSPSuite-R/packages/OSPSuite.SimModelSolver_CVODES.Ubuntu18.4.1.0.8/OSPSuite.SimModelSolver_CVODES/bin/native/x64/Release/libOSPSuite.SimModelSolver_CVODES.so to C:/tests/build/centOS7/ospsuite/inst/lib
msevestre commented 4 years ago

ok it's building. Can you try again?

Yuri05 commented 4 years ago

yep, works now. very cool :)