Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 683188

Summary: sci-visualization/gr - a universal framework for cross-platform visualization applications
Product: Gentoo Linux Reporter: Oleg <O01eg>
Component: New packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: normal CC: O01eg, patrick, sci, tamiko
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
URL: https://gr-framework.org/
See Also: https://bugs.gentoo.org/show_bug.cgi?id=725862
Whiteboard:
Package list:
Runtime testing required: ---

Description Oleg 2019-04-12 17:00:25 UTC
http://gr-framework.org/

It could be used with dev-lang/julia and GR.lj but binary it downloads requires qt4 libraries: https://github.com/jheinen/GR.jl/issues/160
Comment 1 Oleg 2019-12-28 11:36:17 UTC
I made initial cmake-based ebuild but it requires to patch to find jpeg-turbo library. I've open upstream PR to fix it: https://github.com/sciapp/gr/pull/102
Comment 2 Larry the Git Cow gentoo-dev 2020-05-29 11:32:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a466e94e21a5db6bf9c5e459725e26391fa582a1

commit a466e94e21a5db6bf9c5e459725e26391fa582a1
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2020-05-29 11:30:10 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2020-05-29 11:31:42 +0000

    sci-visualization/gr: New package. Somewhat WIP.
    
    Closes: https://bugs.gentoo.org/683188
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 sci-visualization/gr/Manifest                    |  1 +
 sci-visualization/gr/files/gr-0.49.0-paths.patch | 15 ++++++
 sci-visualization/gr/gr-0.49.0.ebuild            | 58 ++++++++++++++++++++++++
 sci-visualization/gr/metadata.xml                |  8 ++++
 4 files changed, 82 insertions(+)
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2020-05-29 12:04:28 UTC
Actually this isnt useful yet. 

* The sanitized install locations make Julia unhappy. 
* The install is somewhat incomplete (seems like not everything is in CMake yet)

Stay tuned.
Comment 4 Oleg 2020-05-29 12:09:50 UTC
Does setting environment GRDIR=/usr fix Julia unhappiness?
Comment 5 Larry the Git Cow gentoo-dev 2020-06-17 17:19:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785fc5af79f2b0a81c9733291281175b4c93601e

commit 785fc5af79f2b0a81c9733291281175b4c93601e
Author:     Andreas K. Huettel <dilfridge@gentoo.org>
AuthorDate: 2020-06-17 17:18:10 +0000
Commit:     Andreas K. Huettel <dilfridge@gentoo.org>
CommitDate: 2020-06-17 17:18:59 +0000

    sci-visualization/gr: Version bump. Now useful for Julia.
    
    Bug: https://bugs.gentoo.org/725862
    Closes: https://bugs.gentoo.org/683188
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>

 sci-visualization/gr/Manifest         |  1 +
 sci-visualization/gr/gr-0.50.0.ebuild | 70 +++++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)