Skip to content

Commit e86cd74

Browse files
author
Ames
committed
Attempt to fix openssl library conflict
1 parent 4d801b2 commit e86cd74

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
OpenSSL_jll = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
34
PyThermo = "6fae04a5-42e9-4d0c-90a8-26d1a9434b6b"
45
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

docs/make.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using OpenSSL_jll
2+
ENV["LD_PRELOAD"] = OpenSSL_jll.libssl_path * ":" * OpenSSL_jll.libcrypto_path
3+
14
using PyThermo
25
using Documenter
36

docs/src/shocktube.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
```@meta
2+
CurrentModule = PyThermo.ShockTube
3+
```
14
# ShockTube module
25

36
The `ShockTube` module provides functions for analyzing shock tube flows and gas-gas interfaces using the Rankine-Hugoniot relations and exact Riemann solvers.

0 commit comments

Comments
 (0)