Commit 1188bdbe authored by François Févotte's avatar François Févotte

Ex 03-3: première version (sujet 1)

parent e4c58017
This diff is collapsed.
name = "Exercice"
uuid = "457123a2-77f0-4d56-a035-49d1b3c810fd"
authors = ["François Févotte"]
version = "0.1.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
2020-04-10
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
using Pkg
Pkg.activate(@__DIR__)
import Weave
Weave.tangle(joinpath(@__DIR__, "exercice.jmd"))
using PackageCompiler
create_sysimage(Symbol.(keys(Pkg.project().dependencies));
sysimage_path=Pkg.project().name * ".so",
precompile_execution_file=joinpath(@__DIR__, "exercice.jl"))
This diff is collapsed.
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