Allow building a shared library with Fortran. --- configure | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure b/configure index f37d2fa..eb9f346 100755 --- a/configure +++ b/configure @@ -6141,12 +6141,6 @@ if test "X${enable_shared}" != "Xyes"; then enable_shared="no" fi -if test "X${enable_shared}" = "Xyes"; then - if test "X${BUILD_FORTRAN}" = "Xyes"; then - as_fn_error $? "Cannot build shared fortran libraries. Please configure with --disable-fortran flag." "$LINENO" 5 - fi -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } -- 2.10.0 ddf97110abb35e9c42'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
AgeCommit message (Expand)Author
2021-05-06gnu: python-hacking: Update to 4.1.0....* gnu/packages/openstack.scm (python-hacking): Update to 4.1.0. Marius Bakke
2021-05-06gnu: python-hacking: Fix build failure....This follows up on 9095fccd0ea7789d5b87e5d1948d875d2029f7da, et.al. * gnu/packages/python-xyz.scm (python-pycodestyle-2.6, python-pyflakes-2.2, python-flake8-3.8): New variables. * gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Change from PYTHON-FLAKE8 to PYTHON-FLAKE8-3.8. Marius Bakke
2021-04-14gnu: python-stevedore: Propagate pbr....* gnu/packages/openstack.scm (python-stevedore)[native-inputs]: Move python-pbr from here... [propagated-inputs]: ...to here. [arguments]: Add phase to patch requirements. Ricardo Wurmus