We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383f26f commit e10a451Copy full SHA for e10a451
1 file changed
ups/dune-plot-style.table
@@ -13,7 +13,7 @@ ACTION=SETUP
13
14
EnvSet(DUNE-PLOT-STYLE_VERSION, ${UPS_PROD_VERSION} )
15
EnvSet(DUNE-PLOT-STYLE_DIR, ${UPS_PROD_DIR} )
16
- EnvSet(DUNE-PLOT-STYLE_INC, ${UPS_PROD_DIR}/src/root/cpp/include/)
+ EnvSet(DUNE-PLOT-STYLE_INC, ${UPS_PROD_DIR}/include)
17
18
- PathPrepend(PYTHONPATH, ${UPS_PROD_DIR})
19
- PathPrepend(MPLCONFIGDIR, ${UPS_PROD_DIR}/src/matplotlib/stylelib/)
+ PathPrepend(PYTHONPATH, ${UPS_PROD_DIR}/python)
+ PathPrepend(MPLCONFIGDIR, ${UPS_PROD_DIR}/stylelib/)
0 commit comments