wurlinc-rice 1.4.0.1 → 1.4.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bootstrap +0 -1
  2. data/extconf.rb +3 -2
  3. metadata +4 -4
data/bootstrap CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/bin/sh
2
2
  rm -f configure
3
3
  find . -name 'Makefile.in' | xargs rm -f
4
- puts "Auto reconfiguring"
5
4
  autoreconf --install --verbose
6
5
  touch rice/config.hpp.in
7
6
  ruby post-autoconf.rb
data/extconf.rb CHANGED
@@ -27,7 +27,8 @@ if RUBY_PLATFORM =~ /darwin10/
27
27
  arch = Config::CONFIG["arch"].split("-")[0]
28
28
 
29
29
  if arch == "universal"
30
- arch = `uname -m`.strip
30
+ #arch = `uname -m`.strip
31
+ arch = "x86_64"
31
32
  end
32
33
 
33
34
  other_opts = "--disable-dependency-tracking"
@@ -38,4 +39,4 @@ elsif RUBY_PLATFORM =~ /darwin9/
38
39
  end
39
40
 
40
41
  puts "PWD: #{`pwd`}"
41
- system "#{env} sh configure --with-ruby=#{with_ruby} --prefix=#{prefix_dir} #{other_opts}"
42
+ system "#{env} sh configure --with-ruby=#{with_ruby} --prefix=#{prefix_dir} #{other_opts} --host=x86_64"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wurlinc-rice
3
3
  version: !ruby/object:Gem::Version
4
- hash: 125
4
+ hash: 119
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
9
  - 0
10
- - 1
11
- version: 1.4.0.1
10
+ - 4
11
+ version: 1.4.0.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Paul Brannan
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-06-20 00:00:00 -07:00
21
+ date: 2011-06-21 00:00:00 -07:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency