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) | ||||
|                                 (%current-system)))) | ||||
|                (cond | ||||
|                  ((string-prefix? "x86_64" system) | ||||
|                   "all") | ||||
|                  ((or (string-prefix? "i586" system) | ||||
|                       (string-prefix? "i686" system)) | ||||
|                   "sse2only=1") | ||||
|  | @ -16652,7 +16650,7 @@ version does count multisplits.") | |||
|                   "arm_neon=1") | ||||
|                  ((string-prefix? "aarch64" system) | ||||
|                   "aarch64=1") | ||||
|                  (else "")))) | ||||
|                  (else "all")))) | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (delete 'configure) | ||||
|  |  | |||
		Reference in a new issue