From 8c0894e05708ffcab5bf793a47783de51e9682d9 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen <pauli.t.virtanen@jyu.fi> Date: Tue, 16 Aug 2022 15:25:50 +0300 Subject: [PATCH] fixup --- usadelndsoc/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/usadelndsoc/meson.build b/usadelndsoc/meson.build index 3c16673..2e73e9e 100644 --- a/usadelndsoc/meson.build +++ b/usadelndsoc/meson.build @@ -4,7 +4,6 @@ py3.extension_module( dependencies : deps + [numpy_dep, py3_dep, pybind11_dep], install : true, subdir : 'usadelndsoc', - link_language: 'fortran', ) py3.install_sources( -- GitLab