@@ -64,7 +64,7 @@ def install
6464 resource ( "cantera" ) . stage do
6565 # Install Cantera build dependencies
6666 system venv /"bin/pip" , "install" , "cython" , "numpy" , "ruamel.yaml"
67-
67+
6868 # Configure Cantera build
6969 system "scons" , "build" ,
7070 "python_package=y" ,
@@ -77,16 +77,16 @@ def install
7777 "prefix=#{ libexec } /cantera" ,
7878 "python_cmd=#{ venv } /bin/python" ,
7979 "-j#{ ENV . make_jobs } "
80-
80+
8181 # Install Cantera
8282 system "scons" , "install"
83-
83+
8484 # Install Cantera Python package into venv
8585 cd "build/python" do
8686 system venv /"bin/pip" , "install" , "--no-build-isolation" , "."
8787 end
8888 end
89-
89+
9090 # Install MFC Python package and remaining dependencies into venv
9191 system venv /"bin/pip" , "install" , "-e" , prefix /"toolchain"
9292
@@ -115,7 +115,7 @@ def install
115115 ln -sf "#{ prefix } /toolchain" toolchain
116116 ln -sf "#{ libexec } /mfc.sh" mfc.sh
117117 ln -sf "#{ pkgshare } /examples" examples
118-
118+
119119 # Link the venv so mfc.sh doesn't try to create its own
120120 mkdir -p build
121121 ln -sf "#{ libexec } /venv" build/venv
0 commit comments