Skip to content

Commit

Permalink
Merge pull request #25 from DragonHPC/fix-makefile
Browse files Browse the repository at this point in the history
fixed Makefile for make dist
  • Loading branch information
kentdlee authored Oct 24, 2024
2 parents e2d1db6 + 369767a commit e853233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dist: $(addprefix $(INSTALL_DIR)/,$(LIBRARIES) $(BINARIES)) $(CY_FILES)
# cp -f lib/libdragon.so build/dragon_wheel/lib
# cp -f lib/libpmod.so build/dragon_wheel/lib
# cp -f lib/libpmsgqueue.so build/dragon_wheel/lib
cp -f lib/libdfabric_*.so dist/lib
cp -f lib/libdfabric_*.so dist/lib || true
$(PYTHON) setup.py bdist_wheel --skip-build --bdist-dir=$(abspath build/dragon_wheel)
$(MAKE) -C modulefiles dist
$(MAKE) -C pkg dist
Expand Down

0 comments on commit e853233

Please sign in to comment.