mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	Better build automation
This commit is contained in:
		@@ -4,9 +4,8 @@ DIRS="clang-avx clang-avx-openmp clang-avx-openmp-mpi clang-avx-mpi clang-avx2 c
 | 
			
		||||
 | 
			
		||||
for D in $DIRS
 | 
			
		||||
do
 | 
			
		||||
  echo $D
 | 
			
		||||
  mkdir -p builds/$D
 | 
			
		||||
  cd builds/$D
 | 
			
		||||
  ../../configure-commands $D
 | 
			
		||||
  ../../scripts/configure-commands $D
 | 
			
		||||
  cd ../..
 | 
			
		||||
done
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user