Skip to content

Commit ac4c358

Browse files
awietekAlexander Wietek
andauthored
[XDiag] new version 0.4.1 (#12714)
* [XDiag] new version 0.4.1 * try upgrading c++ standard to c++20 * removed c++ standard specification again * Try using libstdc++ instead of libc++ on freebsd * check whether on bsd * try adding stdlib to LDFLAGS for bsd * Try using CMAKE_CXX_COMPILE_OPTIONS * Try using CMAKE_CXX_COMPILE_OPTIONS fix * Try setting c++20 instead * give up freebsd --------- Co-authored-by: Alexander Wietek <[email protected]>
1 parent 8a9de83 commit ac4c358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

X/XDiag/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid)
99

1010

1111
name = "XDiag"
12-
version = v"0.4.0"
12+
version = v"0.4.1"
1313

1414
include("../../L/libjulia/common.jl")
1515

1616
# Collection of sources required to complete build
1717
sources = [
18-
GitSource("https://github.com/awietek/xdiag.git", "f29365a99481d6a548d99a56bb5811f9e4f64948")
18+
GitSource("https://github.com/awietek/xdiag.git", "6344e10f8bdd6d4287c962e11eefc44b845e4a4a")
1919
]
2020

2121

0 commit comments

Comments
 (0)