Package Details: openmodelica-dev-omoptim 1.13.0-2

Git Clone URL: https://aur.archlinux.org/openmodelica-dev-omoptim.git (read-only, click to copy)
Package Base: openmodelica-dev-omoptim
Description: The Open Source Modelica Suite - OpenModelica Model Optimizer
Upstream URL: https://openmodelica.org
Licenses: OSMC-PL
Conflicts: openmodelica, openmodelica-git, openmodelica-omoptim
Provides: openmodelica-omoptim
Submitter: hobbypunk
Maintainer: samajors
Last Packager: hobbypunk
Votes: 0
Popularity: 0.000000
First Submitted: 2017-10-03 15:53 (UTC)
Last Updated: 2017-12-02 14:17 (UTC)

Dependencies (30)

Required by (1)

Sources (2)

Latest Comments

kevung commented on 2019-07-09 17:16 (UTC)

Hi to all. I succedded to overcome alhirzel's problem by applying the following patch: https://trac.openmodelica.org/OpenModelica/attachment/ticket/5409/paradiseo-cmake.patch

So, I did: 1) download the patch for example in home directory /home/user/. 2) edit PKGBUILD build() by inserting after the cd command and before autoconf the patch command: patch < /home/user/paradiseo-cmake.patch 3) indicate the location of the file to patch when asked /tmp/yaourt-tmp-user/aur-openmodelica-dev-omoptim/src/OMOptim/ParadisEO-2.0.1/eo/ConfigureChecks.cmake

and it should be fine.

christianlupus commented on 2019-05-28 12:31 (UTC) (edited on 2019-05-28 12:31 (UTC) by christianlupus)

I'd like to see this small bug solved as well. math.h should not be too problematic....

hheinzer commented on 2019-01-08 11:33 (UTC)

I am getting the same error as alhirzel... Everything else from the openmodelica-dev metapackage seems to build fine. Is there a libary i am missing?

alhirzel commented on 2018-11-10 15:53 (UTC) (edited on 2018-11-10 15:54 (UTC) by alhirzel)

Getting a strange error when compiling:

...

-- Found Gnuplot: /usr/bin/gnuplot (found version "5.2.5") 
-- Looking for cos in m
-- Looking for cos in m - found
CMake Error at /usr/share/cmake-3.12/Modules/CheckIncludeFiles.cmake:63 (message):
  Unknown arguments:

    HAVE_MATH_H

Call Stack (most recent call first):
  eo/ConfigureChecks.cmake:11 (CHECK_INCLUDE_FILES)
  eo/CMakeLists.txt:73 (INCLUDE)


-- Configuring incomplete, errors occurred!
See also "/tmp/yaourt-tmp-alhirzel/aur-openmodelica-dev-omoptim/src/OMOptim/ParadisEO-2.0.1/build/CMakeFiles/CMakeOutput.log".
make: *** [Makefile:30: ParadisEO-2.0.1/build/Makefile] Error 1

5smile5 commented on 2017-12-02 04:59 (UTC)

Modify (Replace) the 3 first line of PKGBUILD package() by : package() { cd "$srcdir/$_name/build" mkdir -p ${pkgdir}/usr/bin cp bin ${pkgdir}/usr/bin/OMOptim

alhirzel commented on 2017-11-16 07:27 (UTC)

When I build, I get an error "/usr/bin exists in filesystem"