Commit 9f2e29e0 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1661 from lovedheart/patch-1

Update liblapack.rb
parents 3d4fdc00 27b23bd4
......@@ -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