Skip to content
Open
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
1,253 changes: 625 additions & 628 deletions .flox/env/manifest.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .flox/env/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@ glfw = { pkg-path = "glfw-wayland", pkg-group = "vulkan" }
# Replace the above `glwf` with this one on non-Wayland systems
# glfw = { pkg-path = "glfw", pkg-group = "vulkan" }

[profile]
fish = '''
abbr build-and-run 'set NAME (basename $PWD) && rm -rf build && mkdir build && cd build && cmake .. && make -j16 && cd .. && "build/$NAME"'
'''

[options]
systems = [ "x86_64-linux", "aarch64-linux" ]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
env/manifest.lock linguist-generated=true linguist-language=JSON
5 changes: 5 additions & 0 deletions Samples/5_Domain_Specific/HSOpticalFlow/.flox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
run/
cache/
lib/
log/
!env/
4 changes: 4 additions & 0 deletions Samples/5_Domain_Specific/HSOpticalFlow/.flox/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "hsopticalflow",
"version": 1
}
Loading