Files
chromebrew/packages/plplot.rb
Satadru Pramanik, DO, MPH, MEng 12352730e5 Rebuild qt5_base for icu75.1, update qbittorrent, adjust qmake buildsystem (#10330)
* Rebuild qt5_base for Glibc 2.37 with Icu 75.1.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update qbittorrent, modify qmake buildsystem to try to enable newer glibc compatibility.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust min_glibc...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update obs and plplot package deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust obs deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add nlopt, update stellarium, add new highline agree function to package.rb.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* bump version

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* add min_glibc to stellarium

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust postremove message for stellarium.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fixup plplot.rb.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust agree function.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-08-21 19:25:11 -05:00

32 lines
1.0 KiB
Ruby

require 'buildsystems/cmake'
class Plplot < CMake
description 'PLplot is a cross-platform software package for creating scientific plots'
homepage 'https://plplot.sourceforge.net/'
version '5.15.0'
license 'LGPL-2'
compatibility 'x86_64 aarch64 armv7l'
source_url 'https://downloads.sourceforge.net/project/plplot/plplot/5.15.0%20Source/plplot-5.15.0.tar.gz'
source_sha256 'b92de4d8f626a9b20c84fc94f4f6a9976edd76e33fb1eae44f6804bdcc628c7b'
binary_compression 'tar.xz'
binary_sha256({
aarch64: '13f6b739b87349e98ec82b542d0bce70b982f76b7e72ede1ff22d8f020bc05d3',
armv7l: '13f6b739b87349e98ec82b542d0bce70b982f76b7e72ede1ff22d8f020bc05d3',
x86_64: '6aa2d9509f13283391d604ae0e3d9ff501f0ccf3a527ac0fe6e584d20d2f30a0'
})
depends_on 'libharu'
depends_on 'lua'
depends_on 'ocaml'
depends_on 'openjdk8'
depends_on 'pango'
depends_on 'qhull'
depends_on 'qt5_svg'
depends_on 'swig'
depends_on 'tk'
depends_on 'wxwidgets'
cmake_options '-DBUILD_TEST=ON -DENABLE_DYNDRIVERS=OFF -DUSE_INCRTCL_VERSION_4=ON'
end