Skip to content

Commit

Permalink
Precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Sep 9, 2015
1 parent 1c2d2c4 commit be6d10e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
julia 0.3.0
Distributions
Roots
StatsBase
Expand Down
2 changes: 2 additions & 0 deletions src/HypothesisTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

VERSION >= v"0.4.0-dev+6521" && __precompile__()

module HypothesisTests

using Distributions, Roots, StatsBase, Compat
Expand Down
2 changes: 1 addition & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

const libRmath = VERSION >= v"0.3.0-" ? "libRmath-julia" : "libRmath"
const libRmath = "libRmath-julia"

# PROBABILITY FUNCTIONS

Expand Down

0 comments on commit be6d10e

Please sign in to comment.