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

Disable hwloc readme generation #22806

Merged
merged 1 commit into from
Jul 26, 2023
Merged
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
10 changes: 1 addition & 9 deletions third-party/hwloc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ endif

CHPL_HWLOC_CFG_OPTIONS += --enable-static \
--disable-shared \
--disable-readme \
--disable-cairo \
--disable-libxml2 \
--disable-libudev \
Expand Down Expand Up @@ -72,15 +73,6 @@ hwloc-config: FORCE
cd $(HWLOC_SUBDIR) && touch configure
cd $(HWLOC_SUBDIR) && find . -name "*.in" | xargs touch
#
# For reasons not yet understood, our use of a separate build dir breaks
# the doxygen doc rebuild step. Ensuring that $(HWLOC_SUBDIR)/README is
# newer than $(HWLOC_SUBDIR)/doc/doxygen-doc/hwloc.tag prevents make from
# trying to do that step.
#
-touch -m -r $(HWLOC_SUBDIR)/doc/doxygen-doc/hwloc.tag -d '+1 sec' $(HWLOC_SUBDIR)/README 2>/dev/null || \
touch -m -r $(HWLOC_SUBDIR)/doc/doxygen-doc/hwloc.tag -A '01' $(HWLOC_SUBDIR)/README 2>/dev/null || \
touch $(HWLOC_SUBDIR)/README
#
# Then configure
#
mkdir -p $(HWLOC_BUILD_DIR)
Expand Down