[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: Remove openscenegraph-3.4.
From: |
guix-commits |
Subject: |
05/08: gnu: Remove openscenegraph-3.4. |
Date: |
Wed, 3 Nov 2021 18:12:30 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit ea173bd87414f72ce61c0436b9503bef7f1beb45
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 3 22:11:57 2021 +0200
gnu: Remove openscenegraph-3.4.
* gnu/packages/graphics.scm (openscenegraph-3.4): Remove variable.
---
gnu/packages/graphics.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 402a740..aa026c6 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1284,32 +1284,6 @@ virtual reality, scientific visualization and modeling.")
;; LGPL 2.1, but with 4 exceptions. This version is called OSGPL.
(license license:lgpl2.1)))
-;; We need this for simgear
-(define-public openscenegraph-3.4
- (package (inherit openscenegraph)
- (name "openscenegraph")
- (version "3.4.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/openscenegraph/OpenSceneGraph")
- (commit (string-append "OpenSceneGraph-" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1fbzg1ihjpxk6smlq80p3h3ggllbr16ihd2fxpfwzam8yr8yxip9"))))
- (arguments
- (substitute-keyword-arguments (package-arguments openscenegraph)
- ((#:configure-flags flags)
- `(cons
- ;; The jpeg plugin requires conversion between integers and booleans
- "-DCMAKE_CXX_FLAGS=-fpermissive"
- ,flags))))
- (inputs
- `(("libjpeg" ,libjpeg-turbo)
- ,@(package-inputs openscenegraph)))))
-
(define-public gr-framework
(package
(name "gr-framework")
- branch master updated (a18fea5 -> 19c38b2), guix-commits, 2021/11/03
- 01/08: gnu: flightgear: Update to 2020.3.11., guix-commits, 2021/11/03
- 04/08: gnu: flightgear: Build with newer inputs., guix-commits, 2021/11/03
- 06/08: gnu: simgear: Remove bundled expat., guix-commits, 2021/11/03
- 08/08: gnu: flightgear: Prepare to run test suite., guix-commits, 2021/11/03
- 07/08: gnu: flightgear: Use system cppunit., guix-commits, 2021/11/03
- 03/08: gnu: simgear: Honor #:tests? flag., guix-commits, 2021/11/03
- 02/08: gnu: flightgear: Build with qt-build-system., guix-commits, 2021/11/03
- 05/08: gnu: Remove openscenegraph-3.4.,
guix-commits <=