protk 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/protk/setup_rakefile.rake +1 -1
- metadata +1 -1
|
@@ -173,7 +173,7 @@ file tpp_installed_file => [@build_dir,tpp_download_file] do
|
|
|
173
173
|
f.write subs_text
|
|
174
174
|
end
|
|
175
175
|
end
|
|
176
|
-
build_cmd = "#{use_perl_locallib_cmd};cd #{@build_dir}/TPP-#{tpp_version}/trans_proteomic_pipeline/src ; make"
|
|
176
|
+
build_cmd = "#{use_perl_locallib_cmd};cd #{@build_dir}/TPP-#{tpp_version}/trans_proteomic_pipeline/src ; make -s"
|
|
177
177
|
install_cmd = "#{use_perl_locallib_cmd};cd #{@build_dir}/TPP-#{tpp_version}/trans_proteomic_pipeline/src ; make install"
|
|
178
178
|
env.log build_cmd, :info
|
|
179
179
|
sh %{#{build_cmd}}
|