You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gfe_examples/Conways/partitioned_example_a_no_vis_no_buffer/Makefile
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# If FEC_INSTALL_DIR is not defined, this is an error!
16
-
FEC_INSTALL_DIR := $(strip$(if$(FEC_INSTALL_DIR), $(FEC_INSTALL_DIR), $(if$(SPINN_DIRS), $(SPINN_DIRS)/fec_install, $(error FEC_INSTALL_DIR or SPINN_DIRS is not set. Please define FEC_INSTALL_DIR or SPINN_DIRS))))
Copy file name to clipboardExpand all lines: gfe_examples/Conways/partitioned_example_b_no_vis_buffer/Makefile
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# If FEC_INSTALL_DIR is not defined, this is an error!
16
-
FEC_INSTALL_DIR := $(strip$(if$(FEC_INSTALL_DIR), $(FEC_INSTALL_DIR), $(if$(SPINN_DIRS), $(SPINN_DIRS)/fec_install, $(error FEC_INSTALL_DIR or SPINN_DIRS is not set. Please define FEC_INSTALL_DIR or SPINN_DIRS))))
Copy file name to clipboardExpand all lines: gfe_examples/hello_world/Makefile
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,20 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# If FEC_INSTALL_DIR is not defined, this is an error!
16
-
FEC_INSTALL_DIR := $(strip$(if$(FEC_INSTALL_DIR), $(FEC_INSTALL_DIR), $(if$(SPINN_DIRS), $(SPINN_DIRS)/fec_install, $(error FEC_INSTALL_DIR or SPINN_DIRS is not set. Please define FEC_INSTALL_DIR or SPINN_DIRS))))
Copy file name to clipboardExpand all lines: gfe_examples/hello_world_untimed/Makefile
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# If FEC_INSTALL_DIR is not defined, this is an error!
16
-
FEC_INSTALL_DIR := $(strip$(if$(FEC_INSTALL_DIR), $(FEC_INSTALL_DIR), $(if$(SPINN_DIRS), $(SPINN_DIRS)/fec_install, $(error FEC_INSTALL_DIR or SPINN_DIRS is not set. Please define FEC_INSTALL_DIR or SPINN_DIRS))))
Copy file name to clipboardExpand all lines: gfe_examples/live_io/Makefile
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# If FEC_INSTALL_DIR is not defined, this is an error!
16
-
FEC_INSTALL_DIR := $(strip$(if$(FEC_INSTALL_DIR), $(FEC_INSTALL_DIR), $(if$(SPINN_DIRS), $(SPINN_DIRS)/fec_install, $(error FEC_INSTALL_DIR or SPINN_DIRS is not set. Please define FEC_INSTALL_DIR or SPINN_DIRS))))
Copy file name to clipboardExpand all lines: gfe_examples/sync_test/Makefile
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# If FEC_INSTALL_DIR is not defined, this is an error!
16
-
FEC_INSTALL_DIR := $(strip$(if$(FEC_INSTALL_DIR), $(FEC_INSTALL_DIR), $(if$(SPINN_DIRS), $(SPINN_DIRS)/fec_install, $(error FEC_INSTALL_DIR or SPINN_DIRS is not set. Please define FEC_INSTALL_DIR or SPINN_DIRS))))
Copy file name to clipboardExpand all lines: gfe_examples/template/Makefile
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,22 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# If FEC_INSTALL_DIR is not defined, this is an error!
16
-
FEC_INSTALL_DIR := $(strip$(if$(FEC_INSTALL_DIR), $(FEC_INSTALL_DIR), $(if$(SPINN_DIRS), $(SPINN_DIRS)/fec_install, $(error FEC_INSTALL_DIR or SPINN_DIRS is not set. Please define FEC_INSTALL_DIR or SPINN_DIRS))))
Copy file name to clipboardExpand all lines: gfe_integration_tests/sdram_edge_tests/common/Makefile
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# If FEC_INSTALL_DIR is not defined, this is an error!
16
-
FEC_INSTALL_DIR := $(strip$(if$(FEC_INSTALL_DIR), $(FEC_INSTALL_DIR), $(if$(SPINN_DIRS), $(SPINN_DIRS)/fec_install, $(error FEC_INSTALL_DIR or SPINN_DIRS is not set. Please define FEC_INSTALL_DIR or SPINN_DIRS))))
0 commit comments