gnu: Remove workarounds for <https://bugs.gnu.org/36721>.
These are no longer needed since 941ef1a1e5.
* gnu/packages/compression.scm (innoextract)[arguments]: Remove
"-DBoost_NO_BOOST_CMAKE=ON" from <#:configure-flags>.
* gnu/packages/game-development.scm (openmw)[arguments]: Likewise.
* gnu/packages/games.scm (supertux, colobot, leela-zero)[arguments]: Likewise.
* gnu/packages/graphics.scm (openimageio)[arguments]: Likewise.
* gnu/packages/ibus.scm (librime)[arguments]: Likewise.
			
			
This commit is contained in:
		
							parent
							
								
									f9f72d3536
								
							
						
					
					
						commit
						51d4c79dc2
					
				
					 5 changed files with 4 additions and 19 deletions
				
			
		|  | @ -1822,9 +1822,6 @@ single-member files which can't be decompressed in parallel.") | |||
|    (build-system cmake-build-system) | ||||
|    (arguments | ||||
|     `(#:tests? #f | ||||
|       ;; XXX: Work around a problem with the CMake support in Boost 1.70: | ||||
|       ;; <https://github.com/dscharrer/innoextract/issues/88>. | ||||
|       #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON") | ||||
|       #:phases (modify-phases %standard-phases | ||||
|                  (add-before 'configure 'glibc-is-already-a-system-library | ||||
|                    (lambda _ | ||||
|  |  | |||
|  | @ -1116,8 +1116,7 @@ of use.") | |||
|     (arguments | ||||
|      `(#:tests? #f                      ; No test target | ||||
|        #:configure-flags | ||||
|        (list "-DDESIRED_QT_VERSION=5" | ||||
|              "-DBoost_NO_BOOST_CMAKE=ON"))) ;work around <https://bugs.gnu.org/36721> | ||||
|        (list "-DDESIRED_QT_VERSION=5"))) | ||||
|     (native-inputs | ||||
|      `(("boost" ,boost) | ||||
|        ("doxygen" ,doxygen) | ||||
|  |  | |||
|  | @ -3516,8 +3516,6 @@ with the \"Stamp\" tool within Tux Paint.") | |||
|    (arguments | ||||
|     '(#:tests? #f | ||||
|       #:configure-flags '("-DINSTALL_SUBDIR_BIN=bin" | ||||
|                           ;; XXX: Work around <https://bugs.gnu.org/36721>. | ||||
|                           "-DBoost_NO_BOOST_CMAKE=ON" | ||||
|                           "-DUSE_SYSTEM_PHYSFS=ON") | ||||
|       #:phases | ||||
|       (modify-phases %standard-phases | ||||
|  | @ -5390,8 +5388,6 @@ Github or Gitlab.") | |||
|     (build-system cmake-build-system) | ||||
|     (arguments | ||||
|      `(#:tests? #f                      ;no test | ||||
|        ;; XXX: Work around <https://bugs.gnu.org/36721>. | ||||
|        #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON") | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (add-after 'unpack 'make-git-checkout-writable | ||||
|  | @ -7616,9 +7612,7 @@ remake of that series or any other game.") | |||
|       ("qtbase" ,qtbase) | ||||
|       ("zlib" ,zlib))) | ||||
|    (arguments | ||||
|     '(#:configure-flags '("-DUSE_BLAS=YES" | ||||
|                           ;; XXX: Work around <https://bugs.gnu.org/36721>. | ||||
|                           "-DBoost_NO_BOOST_CMAKE=ON") | ||||
|     '(#:configure-flags '("-DUSE_BLAS=YES") | ||||
|       #:phases (modify-phases %standard-phases | ||||
|                  (add-before 'configure 'fix-tests | ||||
|                    (lambda* (#:key outputs #:allow-other-keys) | ||||
|  |  | |||
|  | @ -467,10 +467,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.") | |||
|     ;; third party sources have to be present.  For details see | ||||
|     ;; https://github.com/OpenImageIO/oiio/blob/master/INSTALL | ||||
|     (arguments | ||||
|      `(#:tests? #f | ||||
|        ;; XXX: Work around a problem with Boost 1.70 and CMake 3.14.  See | ||||
|        ;; <https://bugs.gnu.org/36721> for details. | ||||
|        #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON"))) | ||||
|      `(#:tests? #f)) | ||||
|     (native-inputs | ||||
|      `(("pkg-config" ,pkg-config))) | ||||
|     (inputs | ||||
|  |  | |||
|  | @ -325,9 +325,7 @@ Japanese language input in most graphical applications.") | |||
|            #t)))) | ||||
|     (build-system cmake-build-system) | ||||
|     (arguments | ||||
|      '(;; XXX: Work around <https://bugs.gnu.org/36721>. | ||||
|        #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON") | ||||
|        #:phases | ||||
|      '(#:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (add-after 'unpack 'patch-source | ||||
|            (lambda _ | ||||
|  |  | |||
		Reference in a new issue