Skip to content

Commit

Permalink
Fix build scripts. Add missed sources
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Apr 11, 2024
1 parent e00b331 commit bb9a478
Show file tree
Hide file tree
Showing 6 changed files with 610 additions and 4 deletions.
2 changes: 0 additions & 2 deletions demos/ComputerGraphics/build.sh

This file was deleted.

4 changes: 2 additions & 2 deletions demos/ComputerGraphics/cpp-smallpt-d/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
clang -Ofast -Xclang -add-plugin -Xclang clad -Xclang -load -Xclang /build/clad/build-clad-tracer/lib/clad.so -I../../../include/ -x c++ -std=c++14 -lstdc++ -lm cpp-smallpt.cpp -fopenmp=libiomp5 -o cpp-smallpt "$@"
clang -Ofast -Xclang -add-plugin -Xclang clad -Xclang -load -Xclang ../../../build/lib/clad.so -I../../../include/ -x c++ -std=c++14 -lstdc++ -lm cpp-smallpt.cpp -fopenmp=libiomp5 -o cpp-smallpt "$@"

clang -Ofast -Xclang -add-plugin -Xclang clad -Xclang -load -Xclang /build/clad/build-clad-tracer/lib/clad.so -I../../../include/ -x c++ -std=c++14 -lstdc++ -lm diff-tracer-1.cpp -fopenmp=libiomp5 -o diff-tracer-1 "$@"
clang -Ofast -Xclang -add-plugin -Xclang clad -Xclang -load -Xclang ../../../lib/clad.so -I../../../include/ -x c++ -std=c++14 -lstdc++ -lm diff-tracer-1.cpp -fopenmp=libiomp5 -o diff-tracer-1 "$@"
Binary file removed demos/ComputerGraphics/cpp-smallpt-d/cpp-smallpt
Binary file not shown.
Binary file added demos/ComputerGraphics/smallpt/SmallPT
Binary file not shown.
Loading

0 comments on commit bb9a478

Please sign in to comment.