mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Update travis-install.py
Insterted `print(' '.join(cmake_cmd))`
This commit is contained in:
parent
181158a21a
commit
c83b2766e2
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ def install(omp=False, mpi=False, phdf5=False, dagmc=False):
|
|||
|
||||
# Build and install
|
||||
cmake_cmd.append('..')
|
||||
print(' '.join(cmake_cmd))
|
||||
subprocess.check_call(cmake_cmd)
|
||||
subprocess.check_call(['make', '-j4'])
|
||||
subprocess.check_call(['sudo', 'make', 'install'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue