[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 11/13: ENABLE_NLPSOLVER=y



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.2
in repository libreoffice.

commit c7e652d6c0b92128bfe5a480cb86a9f19b3d804e
Author: Rene Engelhard <rene@debian.org>
Date:   Sat Jun 18 17:41:45 2016 +0200

    ENABLE_NLPSOLVER=y
---
 changelog |  2 +-
 control   | 17 +++++++++++++++++
 rules     |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 4ea157e..7f5769e 100644
--- a/changelog
+++ b/changelog
@@ -9,7 +9,7 @@ libreoffice (1:5.2.0~rc1~git20160615-1) UNRELEASED; urgency=medium
   * debian/rules: add sparc64 support again
 
   * debian/control.nlpsolver.in, debian/rules, debian/scripts/gid2pkgdirs.sh:
-    support packaging NLPSolver from here
+    package the NLPSolver from here (closes: #827474)
 
  -- Rene Engelhard <rene@debian.org>  Wed, 15 Jun 2016 13:52:09 +0200
 
diff --git a/control b/control
index 8ef23ac..4aece3b 100644
--- a/control
+++ b/control
@@ -4348,6 +4348,23 @@ Description: LibreOffice component for building database reports -- libraries
  This package contains some architecture-dependent support libraries
  (librpt*.so) for the report builder component.
 
+Package: libreoffice-nlpsolver
+Architecture: all
+Depends: libreoffice-calc (>= 1:3.0~),
+         libreoffice-core (>= 1:3.3~),
+         libreoffice-java-common,
+         ${java-runtime-depends},
+         ${misc:Depends}
+Description: "Solver for Nonlinear Programming" extension for LibreOffice
+ By default LibreOffice Calc ships with a solver engine for linear
+ programming only. This allows the optimization of models to a certain degree.
+ However, if the formulas or constraints become more complex,
+ nonlinear programming is required. That missing gap is now filled by the
+ Solver for Nonlinear Programming extension.
+ .
+ Currently it incorporates two Evolutionary Algorithms which are able to
+ handle floating point and integer variables as well as nonlinear constraints.
+
 Package: fonts-opensymbol
 Section: fonts
 Architecture: all
diff --git a/rules b/rules
index 5e512e4..064cd78 100755
--- a/rules
+++ b/rules
@@ -374,7 +374,7 @@ ifeq "$(ENABLE_JAVA)" "y"
   SYSTEM_STUFF += apache-commons
   ENABLE_SCRIPT_PROVIDER_BSH=y
   ENABLE_SCRIPT_PROVIDER_JS=y
-  ENABLE_NLPSOLVER=n
+  ENABLE_NLPSOLVER=y
 else
   ENABLE_REPORTDESIGN=n
   ENABLE_MEDIAWIKI=n

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: