Skip to content

Commit 39a669d

Browse files
authored
Update 0001-allow-compilation-from-CMake.patch
1 parent 1632d5f commit 39a669d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builtins/unuran/0001-allow-compilation-from-CMake.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Subject: [PATCH] allow compilation from CMake
1717
src/methods/dss.c | 1 +
1818
src/methods/dstd.c | 1 +
1919
src/parser/stringparser.c | 2 +
20-
src/parser/stringparser_lists.ch | 1928 ++++++++++++++++++++++++
20+
src/parser/stringparser_lists.ch | 1927 ++++++++++++++++++++++++
2121
src/unur_source.h | 4 +-
2222
src/unuran.h | 206 +++
2323
src/urng/urng.c | 1 +
2424
src/urng/urng_unuran.c | 1 +
2525
src/utils/unur_fp_const_source.h | 38 +
26-
19 files changed, 2610 insertions(+), 2 deletions(-)
26+
19 files changed, 2609 insertions(+), 2 deletions(-)
2727
create mode 100644 src/CMakeLists.txt
2828
create mode 100644 src/parser/stringparser_lists.ch
2929
create mode 100644 src/unuran.h

0 commit comments

Comments
 (0)