Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Try out XVFB for @SimonDanisch packages
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Sep 16, 2014
1 parent 6290a24 commit 9580883
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ const PKGOPTS= ["ApproxFun" => :BINARY, # seems to need PyPlot, which we a
"CLFFT" => :BINARY,
"CUDA" => :BINARY,
"Gaston" => :BINARY, # No Gnuplot on che

"GLAbstraction" => :XVFB,
"GLPlot" => :XVFB,
"GLText" => :XVFB,
"GLWindow" => :XVFB,

"GLFW" => :XVFB,
"Gtk" => :XVFB,
"Gurobi" => :BINARY,
Expand All @@ -65,6 +71,7 @@ const PKGOPTS= ["ApproxFun" => :BINARY, # seems to need PyPlot, which we a
"MATLAB" => :BINARY,
"MATLABCluster" => :BINARY,
"Memcache" => :BINARY,
"ModernGL" => :XVFB,
"MolecularDynamics" => :BINARY,
"Mongo" => :BINARY,
"Mongrel2" => :BINARY,
Expand Down

0 comments on commit 9580883

Please sign in to comment.