Skip to content

Commit

Permalink
python3Packages.pyopengl-accelerate: use numpy_1 and fix build with g…
Browse files Browse the repository at this point in the history
…cc14
  • Loading branch information
linsui committed Dec 29, 2024
1 parent 3110547 commit 8a79db9
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildPythonPackage,
fetchPypi,
cython,
numpy,
numpy_1,
setuptools,
wheel,
}:
Expand All @@ -21,11 +21,16 @@ buildPythonPackage rec {

nativeBuildInputs = [
cython
numpy
numpy_1
setuptools
wheel
];

env.NIX_CFLAGS_COMPILE = toString [
"-Wno-error=int-conversion"
"-Wno-error=incompatible-pointer-types"
];

meta = {
description = "This set of C (Cython) extensions provides acceleration of common operations for slow points in PyOpenGL 3.x";
homepage = "https://pyopengl.sourceforge.net/";
Expand Down

0 comments on commit 8a79db9

Please sign in to comment.