Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/31858 )

Change subject: scons: Update dramsim3 lib path
......................................................................

scons: Update dramsim3 lib path

Change-Id: I6fef206882c679f5fffc6547dd7a0fdb9514d238
---
M ext/dramsim3/SConscript
1 file changed, 3 insertions(+), 4 deletions(-)



diff --git a/ext/dramsim3/SConscript b/ext/dramsim3/SConscript
index 510cf4d..0c6c971 100644
--- a/ext/dramsim3/SConscript
+++ b/ext/dramsim3/SConscript
@@ -53,14 +53,13 @@
 # Add the appropriate files. We leave out the trace driven simulator
 dram_files = []

-dram_path = os.path.join(Dir('#').abspath, 'ext/dramsim3/DRAMSim3')
+dramsim_path = os.path.join(Dir('#').abspath, 'ext/dramsim3/DRAMSim3')

-dramsim_lib_path = os.path.join(dram_path, 'build')
-superlu_path = os.path.join(dram_path, 'ext/SuperLU_MT_3.1/lib')
+superlu_path = os.path.join(dramsim_path, 'ext/SuperLU_MT_3.1/lib')


 main.Prepend(CPPPATH=Dir('.'))
 main.Append(LIBS=['dramsim3', 'superlu_mt_OPENMP', 'm', 'f77blas',
                   'atlas', 'gomp'],
-            LIBPATH=[dramsim_lib_path, superlu_path])
+            LIBPATH=[dramsim_path, superlu_path])


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/31858
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I6fef206882c679f5fffc6547dd7a0fdb9514d238
Gerrit-Change-Number: 31858
Gerrit-PatchSet: 1
Gerrit-Owner: Mahyar Samani <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to