python3Packages.fenics-ffcx: 0.9.0 -> 0.10.0

This commit is contained in:
qbisi
2025-10-25 07:08:59 +08:00
parent f15201fa48
commit a938e2f7ea
@@ -1,6 +1,5 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
setuptools,
@@ -16,14 +15,14 @@
buildPythonPackage rec {
pname = "fenics-ffcx";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fenics";
repo = "ffcx";
tag = "v${version}";
hash = "sha256-eAV//RLbrxyhqgbZ2DiR7qML7xfgPn0/Seh+2no0x8w=";
hash = "sha256-i8fawnXWxIHfOvb0nK4/bzhrzfRJJACMCkFZKtdUwkU=";
};
pythonRelaxDeps = [
@@ -53,8 +52,6 @@ buildPythonPackage rec {
addBinToPathHook
];
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=unused-command-line-argument";
meta = {
homepage = "https://fenicsproject.org";
downloadPage = "https://github.com/fenics/ffcx";