Commit 27b23bd4 authored by lovedheart's avatar lovedheart Committed by GitHub

Update liblapack.rb

parent 3d4fdc00
......@@ -12,7 +12,7 @@ class Liblapack < Package # The first character of the class nam
def self.build
Dir.mkdir 'build'
Dir.chdir 'build' do
system "cmake ..-DCMAKE_INSTALL_PREFIX=#{CREW_PREFIX} -DCMAKE_INSTALL_LIBDIR=#{CREW_DEST_LIB_PREFIX}"
system "cmake .. -DCMAKE_INSTALL_PREFIX=#{CREW_PREFIX} -DCMAKE_INSTALL_LIBDIR=#{CREW_DEST_LIB_PREFIX}"
system "make"
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment