From 72cb5167d60c63ef95bb3475dee682f304772aa8 Mon Sep 17 00:00:00 2001 From: Peter Willendrup Date: Thu, 23 Apr 2026 14:51:33 +0200 Subject: [PATCH] Remove stale, ancient, deprecated NCrystal-oriented workaround in module file --- cmake/support/run-scripts/module.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmake/support/run-scripts/module.in b/cmake/support/run-scripts/module.in index 1f27315757..7f52ed5443 100755 --- a/cmake/support/run-scripts/module.in +++ b/cmake/support/run-scripts/module.in @@ -18,9 +18,3 @@ module-whatis "loads the @FLAVOR@ environment" setenv @FLAVOR_UPPER@ @CMAKE_INSTALL_PREFIX@/@DEST_DATADIR_COMPS@ prepend-path PATH @CMAKE_INSTALL_PREFIX@/@DEST_BINDIR@ prepend-path MANPATH @CMAKE_INSTALL_PREFIX@/@DEST_DATADIR_DOC@/man - -# Define PYTHONPATH to pick up NCrystal if McStas -if { "@FLAVOR@" == "mcstas" } { - prepend-path PYTHONPATH @CMAKE_INSTALL_PREFIX@/@FLAVOR@/@MCCODE_VERSION@/share/NCrystal/python/ -} -