summaryrefslogtreecommitdiff
path: root/opentox-client.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-03-19 18:57:31 +0100
committerChristoph Helma <helma@in-silico.ch>2012-03-19 18:57:31 +0100
commitfc990e6dae8af7cfdf7d12b4e1d9ccd3b557418a (patch)
tree9b1827e350da96266bade1ccccdab2af7c87d3e4 /opentox-client.gemspec
parent2fd7dcb2d011e3a2029de56f48aca5722685ee80 (diff)
libraptor1-dev dependency added
Diffstat (limited to 'opentox-client.gemspec')
-rw-r--r--opentox-client.gemspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/opentox-client.gemspec b/opentox-client.gemspec
index 198a6ed..52456a5 100644
--- a/opentox-client.gemspec
+++ b/opentox-client.gemspec
@@ -24,4 +24,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "rdf"
s.add_runtime_dependency "rdf-raptor"
s.add_runtime_dependency "open4"
+
+ # external requirements
+ ["libraptor-dev"].each{|r| s.requirements << r}
+ s.post_install_message = "Please check the version of your libraptor library, if installation of rdf.rb fails"
end