Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inchi: adjust build to latest upstream #11598

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions projects/inchi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y wget make unzip git
RUN wget https://www.inchi-trust.org/download/106/INCHI-1-SRC.zip
RUN unzip INCHI-1-SRC.zip
WORKDIR INCHI-1-SRC
RUN git clone --depth=1 https://github.com/IUPAC-InChI/InChI inchi
WORKDIR inchi
COPY build.sh *_fuzzer.c $SRC/
1 change: 1 addition & 0 deletions projects/inchi/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#
################################################################################

cd INCHI-1-SRC
$CC $CFLAGS -Wno-everything -DTARGET_API_LIB -DCOMPILE_ANSI_ONLY -ansi -c \
INCHI_BASE/src/*.c INCHI_API/libinchi/src/*.c INCHI_API/libinchi/src/ixa/*.c
ar rcs $WORK/libinchi.a *.o
Expand Down
2 changes: 1 addition & 1 deletion projects/inchi/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "https://www.inchi-trust.org/"
main_repo: "https://github.com/metamolecular/inchi"
main_repo: "https://github.com/IUPAC-InChI/InChI"
language: c
primary_contact: "member-info@inchi-trust.org"
sanitizers:
Expand Down
Loading