gnu: minimap2: Fix make-flags.
* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Adjust the make-flags to contain actual build flags for all architectures. Change-Id: I5b4077a25d6d46172ff566ceaa16629ebf066721
This commit is contained in:
		
							parent
							
								
									6571231f2d
								
							
						
					
					
						commit
						0a5929033f
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -16643,8 +16643,6 @@ version does count multisplits.") | ||||||
|              (let ((system ,(or (%current-target-system) |              (let ((system ,(or (%current-target-system) | ||||||
|                                 (%current-system)))) |                                 (%current-system)))) | ||||||
|                (cond |                (cond | ||||||
|                  ((string-prefix? "x86_64" system) |  | ||||||
|                   "all") |  | ||||||
|                  ((or (string-prefix? "i586" system) |                  ((or (string-prefix? "i586" system) | ||||||
|                       (string-prefix? "i686" system)) |                       (string-prefix? "i686" system)) | ||||||
|                   "sse2only=1") |                   "sse2only=1") | ||||||
|  | @ -16652,7 +16650,7 @@ version does count multisplits.") | ||||||
|                   "arm_neon=1") |                   "arm_neon=1") | ||||||
|                  ((string-prefix? "aarch64" system) |                  ((string-prefix? "aarch64" system) | ||||||
|                   "aarch64=1") |                   "aarch64=1") | ||||||
|                  (else "")))) |                  (else "all")))) | ||||||
|        #:phases |        #:phases | ||||||
|        (modify-phases %standard-phases |        (modify-phases %standard-phases | ||||||
|          (delete 'configure) |          (delete 'configure) | ||||||
|  |  | ||||||
		Reference in a new issue