Commit a938e2f7 authored by qbisi's avatar qbisi
Browse files

python3Packages.fenics-ffcx: 0.9.0 -> 0.10.0

parent f15201fa
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
{
  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";