From c983b1f16ae6d902a4d8210581188506c9af2610 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Tue, 23 Jan 2024 20:43:11 +0000 Subject: [PATCH] build based on 4f5a4a7 --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 824d474..5157c72 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2024-01-23T20:32:02","documenter_version":"1.2.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2024-01-23T20:43:09","documenter_version":"1.2.1"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 2fb21b8..5c3fce8 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,3 +1,3 @@ DACE.jl · DACE.jl

DACE.jl

Warning

This package is still in development, is not complete and instructions may change significantly

This is the documentation page for DACE.jl, a Julia interface to the DACE library.

Getting started

DACE.jl can be installed using the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run

pkg> add https://github.com/chrisdjscott/DACE_jll.jl.git
-pkg> add https://github.com/chrisdjscott/DACE.jl.git

Notes about the interface

  • The Julia interface is built using CxxWrap.jl
  • The C++ source for the interface is currently in this fork of the DACE library
  • The C++ code gets built and released to the DACE_jll package, currently located here
  • The Julia component of the interface is currently here

The above may change, in particular we hope to:

  • merge the forked DACE library back to upstream, if possible
  • release the DACE_jll package with Yggdrasil
  • move the DACE.jl package under the dacelib organisation on GitHub, if possible
+pkg> add https://github.com/chrisdjscott/DACE.jl.git

Notes about the interface

The above may change, in particular we hope to: